summaryrefslogtreecommitdiffstats
path: root/source.local/x/x11/arch.use.flags
diff options
context:
space:
mode:
Diffstat (limited to 'source.local/x/x11/arch.use.flags')
-rw-r--r--source.local/x/x11/arch.use.flags17
1 files changed, 0 insertions, 17 deletions
diff --git a/source.local/x/x11/arch.use.flags b/source.local/x/x11/arch.use.flags
deleted file mode 100644
index 2805e07..0000000
--- a/source.local/x/x11/arch.use.flags
+++ /dev/null
@@ -1,17 +0,0 @@
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
-elif [ "$ARCH" = "s390" ]; then
- SLKCFLAGS="-O2"
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
-elif [ "$ARCH" = "armv7hl" ]; then
- SLKCFLAGS="-O2 -march=armv7-a -mfpu=vfpv3-d16"
-elif [ "$ARCH" = "arm" ]; then
- SLKCFLAGS="-O2 -march=armv4t"
-fi
-
-case "$ARCH" in
- arm*) TARGET=$ARCH-slackware-linux-gnueabi ;;
- *) TARGET=$ARCH-slackware-linux ;;
-esac
-