]> ruderich.org/simon Gitweb - blhc/blhc.git/blob - t/logs/configure
Handle "configure:"/"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:              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
31
32   - General Compile FLAGS
33       - CC  = mpicc
34       - CXX = g++
35       - FC  = f95
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
39       - FCFLAGS  = -g -O2
40       - LDLAGS   =  -Wl,--as-needed
41       - LIBS     =
42
43 Configure summary:
44
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
50
51 Configuration:
52
53   Detected OS:           linux-gnu
54   Install path:          /usr
55   Compilation arch:      linux
56
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
59
60   Linker flags:          -rdynamic -Wl,-z,relro
61   Libraries:             -lm
62
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
71
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
74
75 configure: Compiling with gcc -fstack-protector-all et al.
76
77 echo Using CC="gcc"
78 Using CC=gcc
79 echo Using CXX="gcc"
80 Using CXX=gcc
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
85
86 CC      = cc
87
88 CC=gcc
89 CC_I386=$(CC) -m32
90 HOST_CC=gcc