diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-04-26 19:32:29 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-04-26 19:32:29 +0200 |
commit | 98b27c442344a2ab3f70fc765e5e18ceecdbbfa7 (patch) | |
tree | bd2802572950e9a5711d26ec01126164d2648295 /build-support | |
parent | 0bc561011e65c4fb64a8c1bb4081a391bd3dddf8 (diff) | |
download | packages-98b27c442344a2ab3f70fc765e5e18ceecdbbfa7.tar.xz |
moved fasm back
Diffstat (limited to 'build-support')
-rw-r--r-- | build-support/disabled/fasm/PKGBUILD | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/build-support/disabled/fasm/PKGBUILD b/build-support/disabled/fasm/PKGBUILD deleted file mode 100644 index 15201927..00000000 --- a/build-support/disabled/fasm/PKGBUILD +++ /dev/null @@ -1,13 +0,0 @@ -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 - ' -)" |