it turns out makepkg already include ${MAKEPKG_CONF}.d/*.conf, which
results in the last alphabetically getting to set the variables. Rename
our directory without the .conf, so this pattern won't match it.
13 lines
372 B
Plaintext
13 lines
372 B
Plaintext
CARCH="x86_64"
|
|
CHOST="x86_64-w64-mingw32"
|
|
MINGW_CHOST="x86_64-w64-mingw32"
|
|
MINGW_PREFIX="/mingw64"
|
|
MINGW_PACKAGE_PREFIX="mingw-w64-x86_64"
|
|
CC="gcc"
|
|
CXX="g++"
|
|
CPPFLAGS=
|
|
CFLAGS="-march=nocona -msahf -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wp,-D__USE_MINGW_ANSI_STDIO=1"
|
|
CXXFLAGS="$CFLAGS"
|
|
LDFLAGS=""
|
|
RUSTFLAGS="-Cforce-frame-pointers=yes"
|