summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-04-20 01:27:28 +0000
committerobrien <obrien@FreeBSD.org>2002-04-20 01:27:28 +0000
commite4e7ea8e6a0ef01360563a5a9e10d83cb5002bf1 (patch)
tree7ce085f374a27baf3b1c9262952b61d9c9ea315a /gnu
parent615059b53832da4a5e96cd87c1ea7f2acdbc85ae (diff)
downloadFreeBSD-src-e4e7ea8e6a0ef01360563a5a9e10d83cb5002bf1.zip
FreeBSD-src-e4e7ea8e6a0ef01360563a5a9e10d83cb5002bf1.tar.gz
It is easier for me to debug with -I's at the rear.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libgcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile
index f6f1d07..a8a3c1a 100644
--- a/gnu/lib/libgcc/Makefile
+++ b/gnu/lib/libgcc/Makefile
@@ -59,12 +59,12 @@ NEW2FUNCS= _op_vnew _op_vnewnt _op_delete _op_delnt _op_vdel _op_vdelnt
SRCS= frame.c tinfo.cc tinfo2.cc new.cc exception.cc
-CFLAGS+= -I${GCCDIR}/config -I${GCCDIR} -I.
CFLAGS+= -fexceptions
CFLAGS+= -DIN_GCC
.if ${OBJFORMAT} != aout
CFLAGS+= -D_PTHREADS -DGTHREAD_USE_WEAK
.endif
+CFLAGS+= -I${GCCDIR}/config -I${GCCDIR} -I.
CXXFLAGS+= -I${GCCDIR}/cp/inc
CXXFLAGS+= -nostdinc++
OpenPOWER on IntegriCloud