Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Dec 1999 11:26:54 +0600 (NOVT)
From:      nnd@mail.nsk.ru
To:        current@freebsd.org
Subject:   Re: gasp broke world.
Message-ID:  <199912080526.LAA13126@wint.itfs.nsk.su>
In-Reply-To: <Pine.BSF.4.10.9912071636120.40735-100000@jade.chc-chimes.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In <Pine.BSF.4.10.9912071636120.40735-100000@jade.chc-chimes.com> Bill Fumerola <billf@chc-chimes.com> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912080526.LAA13126>