diff options
Diffstat (limited to 'ld/testsuite/config')
-rw-r--r-- | ld/testsuite/config/default.exp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/config/default.exp b/ld/testsuite/config/default.exp index 1c12ce6..9f28683 100644 --- a/ld/testsuite/config/default.exp +++ b/ld/testsuite/config/default.exp @@ -117,12 +117,18 @@ if {![info exists CC_FOR_TARGET]} { if {![info exists CFLAGS_FOR_TARGET]} { set CFLAGS_FOR_TARGET "-g -O2" } +if {![info exists CFLAGS_FOR_TARGET_TEST]} { + set CFLAGS_FOR_TARGET_TEST "" +} if {![info exists CXX_FOR_TARGET]} { set CXX_FOR_TARGET [find_g++] } if {![info exists CXXFLAGS_FOR_TARGET]} { set CXXFLAGS_FOR_TARGET "" } +if {![info exists CXXFLAGS_FOR_TARGET_TEST]} { + set CXXFLAGS_FOR_TARGET_TEST "" +} # This allows us to run the linker testsuite with clang as the compilation # driver instead of gcc. The syntax of the overrides are as follows, one |