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:
3a9149a
)
Changed CXX back to g++. ../gcc/xgcc breaks the cdtest because of <assert.h>
author
Jeffrey Wheat
<cassidy@cygnus>
Fri, 10 Sep 1993 16:50:52 +0000
(16:50 +0000)
committer
Jeffrey Wheat
<cassidy@cygnus>
Fri, 10 Sep 1993 16:50:52 +0000
(16:50 +0000)
ld/ChangeLog
patch
|
blob
|
history
ld/Makefile.in
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index a1bf64789fe47d99a8e823bfd792c7552f35b005..589b9f63ddaf7555f0b4afaad0997758eb2fd4be 100644
(file)
--- a/
ld/ChangeLog
+++ b/
ld/ChangeLog
@@
-1,3
+1,7
@@
+Fri Sep 10 09:36:29 1993 Jeffrey Wheat (cassidy@cygnus.com)
+
+ * Makefile.in: Changed CXX back to g++.
+
Fri Sep 10 09:34:29 1993 Jeffrey Wheat (cassidy@cygnus.com)
* Makefile.in: Fixed RUNTEST* CXX CXXFLAGS macros and check rule.
diff --git
a/ld/Makefile.in
b/ld/Makefile.in
index 0ecc29bb093aa50f90d606b9d9d6c7fb769b0bce..57df2c3c202ff91559f886eedcecc53438df8029 100644
(file)
--- a/
ld/Makefile.in
+++ b/
ld/Makefile.in
@@
-113,6
+113,9
@@
CXX = `if [ -f ../gcc/xgcc ] ; then \
fi`
CXXFLAGS = -fgnu-linker
+# FIX_ME: using ../gcc/xgcc breaks the cdtest.
+CXX= g++
+
# Setup the testing framework, if you have one
RUNTEST = runtest
RUNTEST_FLAGS =