1 dpkg-buildpackage: source package test
3 # Output by configure or similar tools which should be ignored.
7 compiler : gcc -std=gnu99
9 C Compiler: gcc -std=gnu99
18 Compiler: i486-gnu-gcc
19 Compiler: arm-linux-gnueabi-gcc
20 Compiler: arm-linux-gnueabihf-gcc
21 Compiler: i486-linux-gnu-gcc
22 Compiler: ia64-linux-gnu-gcc
23 Compiler: x86_64-kfreebsd-gnu-gcc
24 Compiler: i486-kfreebsd-gnu-gcc
25 Compiler: mips-linux-gnu-gcc
26 Compiler: mipsel-linux-gnu-gcc
27 Compiler: powerpc-linux-gnu-gcc
28 Compiler: s390-linux-gnu-gcc
29 Compiler: s390x-linux-gnu-gcc
30 Compiler: sparc-linux-gnu-gcc
32 - General Compile FLAGS
36 - CPPFLAGS = -D_FORTIFY_SOURCE=2
37 - CFLAGS = -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security
38 - CXXFLAGS = -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security
40 - LDLAGS = -Wl,--as-needed
45 Compiler....................: gcc -std=gnu99
46 Compiler Flags..............: -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wextra
47 Prefix......................: /usr
48 Coding style checks.........: no
49 Enable debug................: yes
53 Detected OS: linux-gnu
55 Compilation arch: linux
57 Compiler: x86_64-linux-gnu-gcc
58 Compiler flags: -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security
60 Linker flags: -rdynamic -Wl,-z,relro
63 -- Check for working C compiler: /usr/bin/gcc
64 -- Check for working C compiler: /usr/bin/gcc
65 -- Check for working C compiler: /usr/bin/gcc -- works
66 -- Check for working C compiler: /usr/bin/gcc -- works
67 -- Check for working CXX compiler: /usr/bin/c++
68 -- Check for working CXX compiler: /usr/bin/c++
69 -- Check for working CXX compiler: /usr/bin/c++ -- works
70 -- Check for working CXX compiler: /usr/bin/c++ -- works
72 configure: using CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC
73 configure: using LDFLAGS=-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -Wl,--as-needed
75 configure: Compiling with gcc -fstack-protector-all et al.
81 echo Using ALL_CFLAGS="-D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security"
82 Using ALL_CFLAGS=-D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security
83 echo Using LDFLAGS="-Wl,-z,relro -Wl,--as-needed -fPIE -pie -Wall"
84 Using LDFLAGS=-Wl,-z,relro -Wl,--as-needed -fPIE -pie -Wall