diff options
Diffstat (limited to 'testing/source/xf86-video-nouveau/arch.use.flags')
-rw-r--r-- | testing/source/xf86-video-nouveau/arch.use.flags | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/testing/source/xf86-video-nouveau/arch.use.flags b/testing/source/xf86-video-nouveau/arch.use.flags deleted file mode 100644 index f28a6cca..00000000 --- a/testing/source/xf86-video-nouveau/arch.use.flags +++ /dev/null @@ -1,7 +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" -fi |