From 0bc561011e65c4fb64a8c1bb4081a391bd3dddf8 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 25 Apr 2022 20:48:44 +0200 Subject: now temporarily disable fasm --- build-support/disabled/fasm/PKGBUILD | 13 +++++++++++++ community/fasm/PKGBUILD | 13 ------------- multilib/fasm/PKGBUILD | 13 ------------- 3 files changed, 13 insertions(+), 26 deletions(-) create mode 100644 build-support/disabled/fasm/PKGBUILD delete mode 100644 community/fasm/PKGBUILD delete mode 100644 multilib/fasm/PKGBUILD 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 + ' +)" diff --git a/community/fasm/PKGBUILD b/community/fasm/PKGBUILD deleted file mode 100644 index 15201927..00000000 --- a/community/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 - ' -)" diff --git a/multilib/fasm/PKGBUILD b/multilib/fasm/PKGBUILD deleted file mode 100644 index 15201927..00000000 --- a/multilib/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 - ' -)" -- cgit v1.2.3-54-g00ecf