Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Dec 2003 14:23:52 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 44319 for review
Message-ID:  <200312252223.hBPMNq2d020634@repoman.freebsd.org>

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

Change 44319 by jmallett@jmallett_oingo on 2003/12/25 14:23:28

	Catch up to mips now liking <mips/mips.h> included like other
	ports.

Affected files ...

.. //depot/projects/mips/gnu/usr.bin/cc/cc_tools/Makefile#8 edit

Differences ...

==== //depot/projects/mips/gnu/usr.bin/cc/cc_tools/Makefile#8 (text+ko) ====

@@ -160,9 +160,7 @@
 # The list of headers to go into tconfig.h
 #
 TARGET_INC=	ansidecl.h
-.if ${TARGET_ARCH} != "mips"
 TARGET_INC+=	${GCC_CPU}/${GCC_CPU}.h
-.endif
 .if ${TARGET_ARCH} == "i386" || ${TARGET_ARCH} == "amd64"
 TARGET_INC+=	${GCC_CPU}/unix.h
 TARGET_INC+=	${GCC_CPU}/att.h



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