mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
Changed CXX back to g++. ../gcc/xgcc breaks the cdtest because of <assert.h>
This commit is contained in:
@ -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)
|
Fri Sep 10 09:34:29 1993 Jeffrey Wheat (cassidy@cygnus.com)
|
||||||
|
|
||||||
* Makefile.in: Fixed RUNTEST* CXX CXXFLAGS macros and check rule.
|
* Makefile.in: Fixed RUNTEST* CXX CXXFLAGS macros and check rule.
|
||||||
|
@ -113,6 +113,9 @@ CXX = `if [ -f ../gcc/xgcc ] ; then \
|
|||||||
fi`
|
fi`
|
||||||
CXXFLAGS = -fgnu-linker
|
CXXFLAGS = -fgnu-linker
|
||||||
|
|
||||||
|
# FIX_ME: using ../gcc/xgcc breaks the cdtest.
|
||||||
|
CXX= g++
|
||||||
|
|
||||||
# Setup the testing framework, if you have one
|
# Setup the testing framework, if you have one
|
||||||
RUNTEST = runtest
|
RUNTEST = runtest
|
||||||
RUNTEST_FLAGS =
|
RUNTEST_FLAGS =
|
||||||
|
Reference in New Issue
Block a user