]> ruderich.org/simon Gitweb - blhc/blhc.git/blob - t/logs/configure
Handle another configure false positive.
[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   - General Compile FLAGS
10       - CC  = mpicc
11       - CXX = g++
12       - FC  = f95
13       - CPPFLAGS = -D_FORTIFY_SOURCE=2
14       - CFLAGS   = -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security
15       - CXXFLAGS = -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security
16       - FCFLAGS  = -g -O2
17       - LDLAGS   =  -Wl,--as-needed
18       - LIBS     =
19
20 Configure summary:
21
22         Compiler....................:  gcc -std=gnu99
23         Compiler Flags..............:  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security  -Wall -Wextra
24         Prefix......................:  /usr
25         Coding style checks.........:  no
26         Enable debug................:  yes
27
28 Configuration:
29
30   Detected OS:           linux-gnu
31   Install path:          /usr
32   Compilation arch:      linux
33
34   Compiler:              x86_64-linux-gnu-gcc
35   Compiler flags:        -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security
36
37   Linker flags:          -rdynamic -Wl,-z,relro
38   Libraries:             -lm
39
40 -- Check for working C compiler: /usr/bin/gcc
41 -- Check for working C compiler: /usr/bin/gcc
42 -- Check for working C compiler: /usr/bin/gcc -- works
43 -- Check for working C compiler: /usr/bin/gcc -- works
44 -- Check for working CXX compiler: /usr/bin/c++
45 -- Check for working CXX compiler: /usr/bin/c++
46 -- Check for working CXX compiler: /usr/bin/c++ -- works
47 -- Check for working CXX compiler: /usr/bin/c++ -- works
48
49 configure: using CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC
50 configure: using LDFLAGS=-Wl,-z,relro -Wl,--as-needed -Wl,-z,now  -Wl,--as-needed
51
52 echo Using CC="gcc"
53 Using CC=gcc
54 echo Using CXX="gcc"
55 Using CXX=gcc
56 echo Using ALL_CFLAGS="-D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security"
57 Using ALL_CFLAGS=-D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security
58 echo Using LDFLAGS="-Wl,-z,relro -Wl,--as-needed -fPIE -pie -Wall"
59 Using LDFLAGS=-Wl,-z,relro -Wl,--as-needed -fPIE -pie -Wall