Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Aug 2006 14:43:51 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 104938 for review
Message-ID:  <200608241443.k7OEhpVV088861@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=104938

Change 104938 by gonzo@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@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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608241443.k7OEhpVV088861>