Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC)
- Fix for possible unset uid/gid in toproto
- Fix for default mtree style
- Update libelf
- Importing libexecinfo
- Resynchronize GCC, mpc, gmp, mpfr
- build.sh: Replace params with show-params.
This has been done as the make target has been renamed in the same
way, while a new target named params has been added. This new
target generates a file containing all the parameters, instead of
printing it on the console.
- Update test48 with new etc/services (Fix by Ben Gras <ben@minix3.org)
get getservbyport() out of the inner loop
Change-Id: Ie6ad5226fa2621ff9f0dee8782ea48f9443d2091
This commit is contained in:
6
external/gpl3/gcc/usr.bin/cpp/Makefile
vendored
6
external/gpl3/gcc/usr.bin/cpp/Makefile
vendored
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.4 2011/07/19 15:59:02 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2013/08/22 00:17:48 matt Exp $
|
||||
|
||||
# For ../Makefile.inc and bsd.own.mk
|
||||
.include <bsd.init.mk>
|
||||
@@ -7,11 +7,11 @@ PROG= cpp
|
||||
SRCS= gcc.c cppspec.c prefix.c version.c
|
||||
|
||||
# XXX
|
||||
.if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386"
|
||||
.if ${GCC_MACHINE_ARCH} == "x86_64" || ${GCC_MACHINE_ARCH} == "i386"
|
||||
SRCS+= driver-i386.c
|
||||
.PATH: ${DIST}/gcc/config/i386
|
||||
.endif
|
||||
.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "powerpc64"
|
||||
.if ${GCC_MACHINE_ARCH} == "powerpc" || ${GCC_MACHINE_ARCH} == "powerpc64"
|
||||
SRCS+= driver-rs6000.c
|
||||
.PATH: ${DIST}/gcc/config/rs6000
|
||||
.endif
|
||||
|
||||
Reference in New Issue
Block a user