find libgcc sources for GCC 4.8.

This commit is contained in:
mrg 2014-03-09 20:59:14 +00:00
parent aeea229482
commit 2c740b20c0
1 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2014/03/08 02:02:22 mrg Exp $
# $NetBSD: Makefile,v 1.12 2014/03/09 20:59:14 mrg Exp $
REQUIRETOOLS= yes
NOLINT= # defined
@ -17,7 +17,8 @@ GCCARCH= ${NETBSDSRCDIR}/external/gpl3/gcc/usr.bin/gcc/arch/${MACHINE_ARCH}
GALLCFLAGS= ${G_CRTSTUFF_CFLAGS} ${G_CRTSTUFF_T_CFLAGS}
CPPFLAGS+= -I${GCCARCH} ${GALLCFLAGS:M-D*} ${GALLCFLAGS:M-I*:N-I.*}
CPPFLAGS+= -I. -I${DIST}/libgcc
CPPFLAGS+= -I. -I${DIST}/libgcc -I${DIST}/gcc -I${DIST}/include
CPPFLAGS+= -DIN_GCC
COPTS+= -finhibit-size-directive \
-fno-inline \
-fno-exceptions \
@ -49,7 +50,7 @@ realall: ${OBJS}
FILES=${OBJS}
FILESDIR=${LIBDIR}
.PATH: ${DIST}/gcc ${DIST}/gcc/config ${G_CONFIGDIR}
.PATH: ${DIST}/libgcc ${DIST}/libgcc/config
.include "../Makefile.tconfigh"
EXTRA_FAKEHEADERS= options.h libgcc_tm.h