diff options
Diffstat (limited to 'core/gcc/PKGBUILD')
-rw-r--r-- | core/gcc/PKGBUILD | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/gcc/PKGBUILD b/core/gcc/PKGBUILD index 039451e4..31920741 100644 --- a/core/gcc/PKGBUILD +++ b/core/gcc/PKGBUILD @@ -1,9 +1,3 @@ -makedepends=( - $( - printf '%s\n' "${makedepends[@]}" | \ - grep -v '^lib32-\(glibc\|gcc-libs\)\($\|[<>=]\)' - ) -) pkgname=( $( printf '%s\n' "${pkgname[@]}" | \ |