In <[EMAIL PROTECTED]> Bill Fumerola
<[EMAIL PROTECTED]> wrote:
> Doug,
>
> 'gasp' broke world.
>
> targ-env.h: No such file or directory
The next patch at least unbroke 'make buildworld'.
N.Dudorov
=========================================================================
--- src/gnu/usr.bin/binutils/gasp/Makefile.ORIG Wed Dec 8 09:52:19 1999
+++ src/gnu/usr.bin/binutils/gasp/Makefile Wed Dec 8 09:52:19 1999
@@ -11,7 +11,7 @@
CFLAGS+= -I${SRCDIR}
CFLAGS+= -I${SRCDIR}/gas
CFLAGS+= -I${SRCDIR}/gas/config
-CFLAGS+= -I${.CURDIR}/../as/as_${MACHINE_ARCH}
+CFLAGS+= -I${.CURDIR}/../as/${MACHINE_ARCH}-freebsd
CFLAGS+= -DBFD_ASSEMBLER
LDADD+= -L${RELTOP}/libiberty -liberty
DPADD+= ${RELTOP}/libiberty/libiberty.a
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message