mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
2ad12f43bc
patches/packages/bluez-5.71-x86_64-3_slack15.0.txz: Rebuilt. Fix a regression in bluez-5.71: [PATCH] audio: transport: Fix crash on A2DP suspend. Thanks to coltfire. patches/packages/xcb-util-cursor-0.1.5-x86_64-1.txz: Upgraded. This is a bugfix release. Thanks to Lockywolf.
11 lines
376 B
Text
11 lines
376 B
Text
if [ "$ARCH" = "i486" ]; then
|
|
SLKCFLAGS="-O2 -march=i486 -mtune=i686 -fcommon"
|
|
elif [ "$ARCH" = "i586" ]; then
|
|
SLKCFLAGS="-O2 -march=i586 -mtune=i686 -fcommon"
|
|
elif [ "$ARCH" = "i686" ]; then
|
|
SLKCFLAGS="-O2 -march=i686 -mtune=i686 -fcommon"
|
|
elif [ "$ARCH" = "s390" ]; then
|
|
SLKCFLAGS="-O2 -fcommon"
|
|
elif [ "$ARCH" = "x86_64" ]; then
|
|
SLKCFLAGS="-O2 -fPIC -fcommon"
|
|
fi
|