From owner-freebsd-current Tue Dec 7 21:27: 2 1999 Delivered-To: freebsd-current@freebsd.org Received: from wint.itfs.nsk.su (wint.itfs.nsk.su [212.20.32.43]) by hub.freebsd.org (Postfix) with ESMTP id B762214BD4 for ; Tue, 7 Dec 1999 21:26:57 -0800 (PST) (envelope-from nnd@wint.itfs.nsk.su) Received: (from nnd@localhost) by wint.itfs.nsk.su (8.9.3/8.9.3) id LAA13126; Wed, 8 Dec 1999 11:26:54 +0600 (NOVT) (envelope-from nnd) Date: Wed, 8 Dec 1999 11:26:54 +0600 (NOVT) Message-Id: <199912080526.LAA13126@wint.itfs.nsk.su> From: nnd@mail.nsk.ru To: current@freebsd.org Subject: Re: gasp broke world. In-Reply-To: User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/4.0-CURRENT (i386)) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In Bill Fumerola 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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message