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