]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/good
Fix preprocessor handling of .s and .S/.sx file extensions.
[blhc/blhc.git] / t / logs / good
index e863207e421282b44d68124ecd64a4fe04ca5974..02f3b67e8a3cfa6b511ece02f3507987db0a6cf2 100644 (file)
@@ -21,8 +21,8 @@ g++  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-securi
 
 g++  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -pthread -Wl,-z,relro ../src/test/objs/test.o -o ../src/test/bin/test
 
-gcc -c -o test test.S
-gcc -D_FORTIFY_SOURCE=2 -c -o test test.s
+gcc -D_FORTIFY_SOURCE=2 -c -o test.o test.S
+gcc -c -o test.o test.s
 
 gcc -fPIC -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -c -D_FORTIFY_SOURCE=2 ../../../../src/test/test.c -o test.so.o