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