summaryrefslogtreecommitdiffstats
path: root/patches/source/libXcursor/arch.use.flags
blob: 641c24a445162acb6bea09bb29d2f4d4e54e1152 (plain) (blame)
1
2
3
4
5
6
7
if [ "$ARCH" = "i586" ]; then
  SLKCFLAGS="-O2 -march=i586 -mtune=i686"
elif [ "$ARCH" = "s390" ]; then
  SLKCFLAGS="-O2"
elif [ "$ARCH" = "x86_64" ]; then
  SLKCFLAGS="-O2 -fPIC"
fi