]> ruderich.org/simon Gitweb - blhc/blhc.git/blob - t/logs/configure
Ignore compiler lines with no files with extensions.
[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   C++ Compiler...: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FORTIFY_SOURCE=2
33
34   - General Compile FLAGS
35       - CC  = mpicc
36       - CXX = g++
37       - FC  = f95
38       - CPPFLAGS = -D_FORTIFY_SOURCE=2
39       - CFLAGS   = -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security
40       - CXXFLAGS = -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security
41       - FCFLAGS  = -g -O2
42       - LDLAGS   =  -Wl,--as-needed
43       - LIBS     =
44
45 Configure summary:
46
47         Compiler....................:  gcc -std=gnu99
48         Compiler Flags..............:  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security  -Wall -Wextra
49         Prefix......................:  /usr
50         Coding style checks.........:  no
51         Enable debug................:  yes
52
53 Configuration:
54
55   Detected OS:           linux-gnu
56   Install path:          /usr
57   Compilation arch:      linux
58
59   Compiler:              x86_64-linux-gnu-gcc
60   Compiler flags:        -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security
61
62   Linker flags:          -rdynamic -Wl,-z,relro
63   Libraries:             -lm
64
65 -- Check for working C compiler: /usr/bin/gcc
66 -- Check for working C compiler: /usr/bin/gcc
67 -- Check for working C compiler: /usr/bin/gcc -- works
68 -- Check for working C compiler: /usr/bin/gcc -- works
69 -- Check for working CXX compiler: /usr/bin/c++
70 -- Check for working CXX compiler: /usr/bin/c++
71 -- Check for working CXX compiler: /usr/bin/c++ -- works
72 -- Check for working CXX compiler: /usr/bin/c++ -- works
73 -- Use g++ visibility support..... YES
74
75   setting CPP to "sparc-linux-gnu-gcc -E"
76
77 Looking for compiler... gcc is executable.
78 Looking for compiler... cc is executable.
79
80 configure: using CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC
81 configure: using LDFLAGS=-Wl,-z,relro -Wl,--as-needed -Wl,-z,now  -Wl,--as-needed
82
83 configure: Compiling with gcc -fstack-protector-all et al.
84
85 echo Using CC="gcc"
86 Using CC=gcc
87 echo Using CXX="gcc"
88 Using CXX=gcc
89 echo Using ALL_CFLAGS="-D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security"
90 Using ALL_CFLAGS=-D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security
91 echo Using LDFLAGS="-Wl,-z,relro -Wl,--as-needed -fPIE -pie -Wall"
92 Using LDFLAGS=-Wl,-z,relro -Wl,--as-needed -fPIE -pie -Wall
93
94 + CC=cc CFLAGS=-g -O2 -Wformat -Wformat-security -Werror=format-security -Wall -Wformat LDFLAGS=-Wl,-z,relro -Wl,-z,now -Wl,--as-needed
95
96 CC      = cc
97
98 CC=gcc
99 CC_I386=$(CC) -m32
100 HOST_CC=gcc