diff options
author | Jeffrey Wheat <cassidy@cygnus> | 1993-09-10 16:53:33 +0000 |
---|---|---|
committer | Jeffrey Wheat <cassidy@cygnus> | 1993-09-10 16:53:33 +0000 |
commit | 108f145ba43e1278767e5643811bc15c66a6948c (patch) | |
tree | 4172c6f39fee8fee5fba0250e48c4b2a8cafa3aa | |
parent | 8a6665aef86a116a223dd029e7974505fbf67a0f (diff) | |
download | gdb-108f145ba43e1278767e5643811bc15c66a6948c.zip gdb-108f145ba43e1278767e5643811bc15c66a6948c.tar.gz gdb-108f145ba43e1278767e5643811bc15c66a6948c.tar.bz2 |
Changed CXX back to g++. Using ../gcc/xgcc breaks because of <assert.h>
-rw-r--r-- | ld/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 57df2c3..3e49a7f 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -128,6 +128,8 @@ RUNTEST_CXX = `if [ -f ../gcc/xgcc ] ; then \ echo ../gcc/xgcc -B../gcc/; \ else echo gcc; \ fi` +# FIX_ME: using ../gcc/xgcc breaks the cdtest. +RUNTEST_CXX = CXX RUNTEST_CXXFLAGS = $(CXXFLAGS) all: |