diff options
Diffstat (limited to 'build-support')
-rw-r--r-- | build-support/disabled/fasm/PKGBUILD | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/build-support/disabled/fasm/PKGBUILD b/build-support/disabled/fasm/PKGBUILD new file mode 100644 index 00000000..15201927 --- /dev/null +++ b/build-support/disabled/fasm/PKGBUILD @@ -0,0 +1,13 @@ +depends_i486+=('glibc') +depends_i686+=('glibc') +depends_pentium4+=('glibc') + +eval "$( + declare -f build | \ + sed ' + /if .*CARCH.* == .*x86_64.*/,/fi/{s/.*//g} + /mv/ i \ + SRCDIR=Linux \ + ./fasm source/${SRCDIR}/fasm.asm + ' +)" |