]> ruderich.org/simon Gitweb - blhc/blhc.git/blob - t/logs/configure
Handle more configure false positives.
[blhc/blhc.git] / t / logs / configure
1 dpkg-buildpackage: source package test
2
3 # Output by configure or similar tools which should be ignored.
4
5 Compiler:            gcc
6
7   compiler                    : gcc -std=gnu99
8
9     C Compiler:                                gcc -std=gnu99
10
11 C compiler                gcc
12
13 C compiler        gcc
14 Host C compiler   gcc
15
16   compiler                    cc
17
18   Compiler:              arm-linux-gnueabi-gcc
19   Compiler:              arm-linux-gnueabihf-gcc
20   Compiler:              i486-linux-gnu-gcc
21   Compiler:              ia64-linux-gnu-gcc
22   Compiler:              x86_64-kfreebsd-gnu-gcc
23   Compiler:              i486-kfreebsd-gnu-gcc
24   Compiler:              mips-linux-gnu-gcc
25   Compiler:              mipsel-linux-gnu-gcc
26   Compiler:              powerpc-linux-gnu-gcc
27   Compiler:              s390-linux-gnu-gcc
28   Compiler:              sparc-linux-gnu-gcc
29
30   - General Compile FLAGS
31       - CC  = mpicc
32       - CXX = g++
33       - FC  = f95
34       - CPPFLAGS = -D_FORTIFY_SOURCE=2
35       - CFLAGS   = -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security
36       - CXXFLAGS = -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security
37       - FCFLAGS  = -g -O2
38       - LDLAGS   =  -Wl,--as-needed
39       - LIBS     =
40
41 Configure summary:
42
43         Compiler....................:  gcc -std=gnu99
44         Compiler Flags..............:  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security  -Wall -Wextra
45         Prefix......................:  /usr
46         Coding style checks.........:  no
47         Enable debug................:  yes
48
49 Configuration:
50
51   Detected OS:           linux-gnu
52   Install path:          /usr
53   Compilation arch:      linux
54
55   Compiler:              x86_64-linux-gnu-gcc
56   Compiler flags:        -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security
57
58   Linker flags:          -rdynamic -Wl,-z,relro
59   Libraries:             -lm
60
61 -- Check for working C compiler: /usr/bin/gcc
62 -- Check for working C compiler: /usr/bin/gcc
63 -- Check for working C compiler: /usr/bin/gcc -- works
64 -- Check for working C compiler: /usr/bin/gcc -- works
65 -- Check for working CXX compiler: /usr/bin/c++
66 -- Check for working CXX compiler: /usr/bin/c++
67 -- Check for working CXX compiler: /usr/bin/c++ -- works
68 -- Check for working CXX compiler: /usr/bin/c++ -- works
69
70 configure: using CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC
71 configure: using LDFLAGS=-Wl,-z,relro -Wl,--as-needed -Wl,-z,now  -Wl,--as-needed
72
73 echo Using CC="gcc"
74 Using CC=gcc
75 echo Using CXX="gcc"
76 Using CXX=gcc
77 echo Using ALL_CFLAGS="-D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security"
78 Using ALL_CFLAGS=-D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security
79 echo Using LDFLAGS="-Wl,-z,relro -Wl,--as-needed -fPIE -pie -Wall"
80 Using LDFLAGS=-Wl,-z,relro -Wl,--as-needed -fPIE -pie -Wall
81
82 CC      = cc
83
84 CC=gcc
85 CC_I386=$(CC) -m32
86 HOST_CC=gcc