Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [matt-nb5-mips64] src/gnu/lib/crtstuff4
Module Name: src
Committed By: mrg
Date: Tue Dec 22 04:51:26 UTC 2009
Modified Files:
src/gnu/lib/crtstuff4 [matt-nb5-mips64]: Makefile
Log Message:
pullup from -current:
>revision 1.4
>date: 2009/12/17 07:24:06; author: mrg; state: Exp; lines: +10 -1
>copy across a hack from the mips libc/mcount build. self documenting:
>
>+.if (${MACHINE_ARCH} == "mips64eb") || (${MACHINE_ARCH} == "mips64el")
>+# Turn off as(1) warnings on MIPS, since warnings are fatal with WARNS>0
>+# and GCC configury passes -finhibit-size-directive which causes mips-gas
>+# to barf. Don't know what the real fix for this is...
>+#
>+# XXX should be COPTS, but that's too early
>+CPUFLAGS+=-Wa,--no-warn
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.3.10.1 src/gnu/lib/crtstuff4/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index