]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/good-multiline
Improve linker command detection to handle line breaks correctly.
[blhc/blhc.git] / t / logs / good-multiline
index cc4a90c89a74574578baf3de5ef95b9cd7db31a3..e97595872fae6ab852e0b94e7aadf369488c055d 100644 (file)
@@ -14,6 +14,18 @@ gcc \
        test \
            test-a.o test-b.o test-c.o \
 -ltest
+gcc \
+               -Wl,-z,relro \
+-o\
+test \
+           test-a.o test-b.o test-c.o \
+-ltest
+gcc \
+               -Wl,-z,relro \
+-o\
+       test\
+           test-a.o test-b.o test-c.o \
+-ltest
 
 # Multiple commands in a single line.
 gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-a.c; gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-b.c