From 0537668b9bdb443c29ef181f0e3a57d4104b9917 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 20 Apr 2002 01:27:28 +0000 Subject: [PATCH] It is easier for me to debug with -I's at the rear. --- gnu/lib/libgcc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile index f6f1d0740997..a8a3c1a24cc4 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++