projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a6665a
)
Changed CXX back to g++. Using ../gcc/xgcc breaks because of <assert.h>
author
Jeffrey Wheat
<cassidy@cygnus>
Fri, 10 Sep 1993 16:53:33 +0000
(16:53 +0000)
committer
Jeffrey Wheat
<cassidy@cygnus>
Fri, 10 Sep 1993 16:53:33 +0000
(16:53 +0000)
ld/Makefile.in
patch
|
blob
|
history
diff --git
a/ld/Makefile.in
b/ld/Makefile.in
index 57df2c3c202ff91559f886eedcecc53438df8029..3e49a7fff9e10660f1cc368e87a1ba12ec2f3c7c 100644
(file)
--- 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: