Branch
Hash :
5ecfc607
Author :
Thomas de Grivel
Date :
2025-11-22T11:45:58
try to revert change
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
# -*- sh -*-
# Common config for all targets
CPPFLAGS="$CPPFLAGS -I${SRC_TOP} -DPIC"
CFLAGS="$CFLAGS -W -Wall -Werror -std=c11 -pedantic -pipe -pthread"
CFLAGS="$CFLAGS -fPIC"
CXXFLAGS="$CXXFLAGS -W -Wall -Werror -std=c++11 -pedantic -pipe"
CXXFLAGS="$CXXFLAGS -pthread -fPIC"
config_lib compiler_rt -lcompiler_rt 2>/dev/null
config_ldadd gcc -lgcc 2>/dev/null
config_asan
config_gnu
config_i386
config_have_f80
config_have_f128
config_win32
config_win64
pkg_config libbsd-overlay
pkg_config libffi
pkg_config libmd
config_lib libmd -lmd 2>/dev/null
config_sha256
config_lib dl -ldl 2>/dev/null
config_define PREFIX "\"${PREFIX}\""
config_have_crypt_newhash
config_have_explicit_bzero
config_have_generic_sw_uw
config_have_pthread
config_have_stat_mtim
config_lib m -lm 2>/dev/null
config_lib pthread -lpthread
if $HAVE_WIN32 || $HAVE_WIN64; then
LIBS="$LIBS -lws2_32"
fi
case "$(uname -s)" in
MINGW64*)
;;
*)
LIBS="$LIBS -rpath ${LIBDIR}"
esac
if ! [ -f "${SRC_TOP}/ucd2c/ucd.c" ]; then
touch "${SRC_TOP}/ucd2c/ucd.c"
fi