diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2012-12-09 22:04:52 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2012-12-09 22:04:52 +0000 |
commit | 1591eae1c7e6d2b85ce7e91f6a24e667080d28f5 (patch) | |
tree | 6a44b7e5d4291fe24b20c8475e5ee1c7e423fc78 /gnu | |
parent | acb8a7a5384800d1a1357bd048225a563446303b (diff) |
Remove vax-specific configuration constructs.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/gcc/Makefile.bsd-wrapper | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gnu/usr.bin/gcc/Makefile.bsd-wrapper b/gnu/usr.bin/gcc/Makefile.bsd-wrapper index dbf14e6c845..d7f3ae30d1a 100644 --- a/gnu/usr.bin/gcc/Makefile.bsd-wrapper +++ b/gnu/usr.bin/gcc/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.62 2012/11/28 20:46:15 miod Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.63 2012/12/09 22:04:51 miod Exp $ MAN= gcc.1 cpp.1 gcov.1 protoize.1 MLINKS+= protoize.1 unprotoize.1 @@ -20,7 +20,6 @@ LIBIBERTY_INCLUDES=${.CURDIR}/../../lib/libiberty/include GNUCFLAGS= ${CFLAGS} ${COPTS} -DOPENBSD_NATIVE \ -I${LIBIBERTY_INCLUDES} -VAXHOST_CFLAGS= -DIN_GCC -DOPENBSD_NATIVE -DHAVE_CONFIG_H -O0 MAKE_FLAGS= CFLAGS="${GNUCFLAGS}" \ CC="${CC}" LDFLAGS="${LDSTATIC}" \ DEMANGLER_PROG= \ @@ -33,10 +32,6 @@ MAKE_FLAGS= CFLAGS="${GNUCFLAGS}" \ LIBDEPS= \ build_infodir=. -.if ${MACHINE_ARCH} == "vax" -MAKE_FLAGS+= HOST_CFLAGS="${VAXHOST_CFLAGS}" -.endif - GXX_INCDIR= /usr/include/g++ CLEANFILES= .gdbinit */.gdbinit *.info* \ c-parse.c c-parse.h c-parse.y cexp.c cp/parse.c cp/parse.h \ @@ -67,7 +62,6 @@ MAKE_FLAGS+= GCC_FOR_TARGET="./xgcc -B./ -I${CROSSDIR}/usr/include" PATH= /bin:/usr/bin:/sbin:/usr/sbin:${CROSSDIR}/usr/bin GXX_INCDIR= ${CROSSDIR}/usr/include/g++ GNUCFLAGS= ${CFLAGS} ${COPTS} -DOPENBSD_CROSS -I${LIBIBERTY_INCLUDES} -VAXHOST_CFLAGS= -DIN_GCC -DHAVE_CONFIG_H -O0 .else CONFIGTARGET= CONFIGPREFIX= /usr |