зеркало из https://github.com/mono/mail-archives.git
98 строки
3.9 KiB
HTML
98 строки
3.9 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 471385] mkbundle failes for PPC64
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20471385%5D%20mkbundle%20failes%20for%20PPC64&In-Reply-To=bug-471385-28286%40https.bugzilla.novell.com/">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="085380.html">
|
|
<LINK REL="Next" HREF="085501.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 471385] mkbundle failes for PPC64</H1>
|
|
<B>bugzilla_noreply at novell.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20471385%5D%20mkbundle%20failes%20for%20PPC64&In-Reply-To=bug-471385-28286%40https.bugzilla.novell.com/"
|
|
TITLE="[Mono-bugs] [Bug 471385] mkbundle failes for PPC64">bugzilla_noreply at novell.com
|
|
</A><BR>
|
|
<I>Sun Feb 1 21:51:00 EST 2009</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="085380.html">[Mono-bugs] [Bug 471385] mkbundle failes for PPC64
|
|
</A></li>
|
|
<LI>Next message: <A HREF="085501.html">[Mono-bugs] [Bug 471385] mkbundle failes for PPC64
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#85381">[ date ]</a>
|
|
<a href="thread.html#85381">[ thread ]</a>
|
|
<a href="subject.html#85381">[ subject ]</a>
|
|
<a href="author.html#85381">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE><A HREF="https://bugzilla.novell.com/show_bug.cgi?id=471385">https://bugzilla.novell.com/show_bug.cgi?id=471385</A>
|
|
|
|
User <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">munroesj at us.ibm.com</A> added comment
|
|
<A HREF="https://bugzilla.novell.com/show_bug.cgi?id=471385#c3">https://bugzilla.novell.com/show_bug.cgi?id=471385#c3</A>
|
|
|
|
|
|
|
|
|
|
|
|
--- Comment #3 from Steven Munroe <<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">munroesj at us.ibm.com</A>> 2009-02-01 19:50:58 MST ---
|
|
Looking at mkbundle.cs it seems to have the ability to pick up CC ad AS from
|
|
the environment variables. For example:
|
|
|
|
string cc = GetEnv ("CC", IsUnix ? "cc" : "gcc -mno-cygwin");
|
|
|
|
Will pick up the value of "gcc -m64" from environment variable CC if defined.
|
|
Similarly for AS:
|
|
|
|
string cmd = String.Format ("{0} -o {1} {2} ", GetEnv ("AS", "as"), temp_o,
|
|
temp_s);
|
|
|
|
But neither CC nor AS are passed to mkbundle in ./mono/test/Makefile.am. I
|
|
assume that this would be a good general fix. But I am not sure of the makefile
|
|
logic for this.
|
|
|
|
Also the mkbundle.cs would be more robust if it would use "$CC -c" for
|
|
assembling temp.s. On Linux, gcc will detect the .s file extension and pass
|
|
temp.s to as, with the correct options based on -m32 or -m64.
|
|
|
|
--
|
|
Configure bugmail: <A HREF="https://bugzilla.novell.com/userprefs.cgi?tab=email">https://bugzilla.novell.com/userprefs.cgi?tab=email</A>
|
|
------- You are receiving this mail because: -------
|
|
You are the QA contact for the bug.
|
|
You are the assignee for the bug.
|
|
</PRE>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="085380.html">[Mono-bugs] [Bug 471385] mkbundle failes for PPC64
|
|
</A></li>
|
|
<LI>Next message: <A HREF="085501.html">[Mono-bugs] [Bug 471385] mkbundle failes for PPC64
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#85381">[ date ]</a>
|
|
<a href="thread.html#85381">[ thread ]</a>
|
|
<a href="subject.html#85381">[ subject ]</a>
|
|
<a href="author.html#85381">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
|
mailing list</a><br>
|
|
</body></html>
|