PERFORCE change 104938 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Thu Aug 24 14:43:52 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=104938

Change 104938 by gonzo at gonzo_hq on 2006/08/24 14:43:46

	o Fix "warning: alias definitions not supported..." warning for MIPS
	    platform
	  Hint by: Olivier Houchard <cognet at freebsd.org>

Affected files ...

.. //depot/projects/mips2/src/gnu/usr.bin/cc/cc_tools/Makefile#3 edit

Differences ...

==== //depot/projects/mips2/src/gnu/usr.bin/cc/cc_tools/Makefile#3 (text+ko) ====

@@ -228,7 +228,7 @@
 TARGET_INC+=	freebsd-native.h
 TARGET_INC+=	freebsd-spec.h
 TARGET_INC+=	freebsd.h
-.if ${TARGET_ARCH} == "alpha"
+.if ${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "mips"
 TARGET_INC+=	${GCC_CPU}/elf.h
 .endif
 .if ${TARGET_ARCH} != "i386" && ${TARGET_ARCH} != "amd64"


More information about the p4-projects mailing list