diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2003-12-03 21:30:13 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2003-12-03 21:30:13 +0000 |
commit | aeae3e433962dd07c89b5de121a81619a86c16cf (patch) | |
tree | b383e8f4b1be3eebe7feb158f8c8f9c3dcc86b56 /gnu/egcs/gcc | |
parent | 0483ff35edcf68fcf0af846d610cc3672a9fcac2 (diff) |
HOST_CFLAGS need to find libiberty too, even on vax!
ok deraadt@
Diffstat (limited to 'gnu/egcs/gcc')
-rw-r--r-- | gnu/egcs/gcc/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/egcs/gcc/Makefile.bsd-wrapper b/gnu/egcs/gcc/Makefile.bsd-wrapper index b3f4c76c457..faea2f7829a 100644 --- a/gnu/egcs/gcc/Makefile.bsd-wrapper +++ b/gnu/egcs/gcc/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.16 2003/11/24 17:12:55 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.17 2003/12/03 21:30:12 espie Exp $ MAN= cccp.1 gcc.1 gcc-local.1 protoize.1 gcov.1 MLINKS+= gcc.1 cc.1 @@ -27,7 +27,7 @@ MAKE_FLAGS= CFLAGS="${GNUCFLAGS}" \ build_infodir=. .if ${MACHINE_ARCH} == "vax" -MAKE_FLAGS+= HOST_CFLAGS="${VAXHOST_CFLAGS}" +MAKE_FLAGS+= HOST_CFLAGS="${VAXHOST_CFLAGS} -I${LIBIBERTY_INCLUDES}" .endif GXX_INCDIR= /usr/include/g++ |