Adding upstream version 1.65.7.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
5189956325
commit
32b8eb3fd7
4153 changed files with 2487292 additions and 0 deletions
11
testdata/nsz.repo.hu/libc-test/config.mak.def
vendored
Normal file
11
testdata/nsz.repo.hu/libc-test/config.mak.def
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
CFLAGS += -pipe -std=c99 -D_POSIX_C_SOURCE=200809L -Wall -Wno-unused-function -Wno-missing-braces -Wno-unused -Wno-overflow
|
||||
CFLAGS += -Wno-unknown-pragmas -fno-builtin -frounding-math
|
||||
CFLAGS += -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith
|
||||
CFLAGS += -g
|
||||
LDFLAGS += -g
|
||||
LDLIBS += -lpthread -lm -lrt
|
||||
|
||||
# glibc specific settings
|
||||
CFLAGS += -D_FILE_OFFSET_BITS=64
|
||||
LDLIBS += -lcrypt -ldl -lresolv -lutil -lpthread
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue