summaryrefslogtreecommitdiffstats
path: root/test/gnutools.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/gnutools.py')
-rw-r--r--test/gnutools.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/gnutools.py b/test/gnutools.py
index 2180217..bf0cb5a 100644
--- a/test/gnutools.py
+++ b/test/gnutools.py
@@ -133,8 +133,8 @@ testObject(test, 'cppfile1.o', 'g++ -c')
testObject(test, 'cppfile2.o', 'g++ -c')
testObject(test, 'cfile1.os', 'gcc -c' + c_fpic)
testObject(test, 'cfile2.os', 'gcc -c' + c_fpic)
-testObject(test, 'cppfile1.os', 'g++ -c -fPIC')
-testObject(test, 'cppfile2.os', 'g++ -c -fPIC')
+testObject(test, 'cppfile1.os', 'g++ -c' + c_fpic)
+testObject(test, 'cppfile2.os', 'g++ -c' + c_fpic)
testObject(test, 'c-only' + _exe, 'gcc')
testObject(test, 'cpp-only' + _exe, 'g++')
testObject(test, 'c-and-cpp' + _exe, 'g++')