aboutsummaryrefslogtreecommitdiff
path: root/repos/core/binutils/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-02-18 00:15:24 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-02-18 00:15:24 +0800
commitb5a8a6c29e40f786ceb808c0b95f01c4251111d1 (patch)
tree78e38b50664693918e3f3946714cb6bb9df8dce9 /repos/core/binutils/abuild
parentdf36bfd61252b7c543ab1efbfc5482b453805b0f (diff)
downloadalicelinux-b5a8a6c29e40f786ceb808c0b95f01c4251111d1.tar.gz
alicelinux-b5a8a6c29e40f786ceb808c0b95f01c4251111d1.zip
added clang branch
Diffstat (limited to 'repos/core/binutils/abuild')
-rw-r--r--repos/core/binutils/abuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/repos/core/binutils/abuild b/repos/core/binutils/abuild
deleted file mode 100644
index 62a2b577..00000000
--- a/repos/core/binutils/abuild
+++ /dev/null
@@ -1,31 +0,0 @@
-name=binutils
-version=2.44
-release=1
-source="https://sourceware.org/pub/$name/releases/$name-$version.tar.xz"
-
-build() {
- sed -i 's/\(^INFO_DEPS *=\).*/\1/' bfd/Makefile.in
- sed -i 's/\(^INFO_DEPS *=\).*/\1/' gas/Makefile.in
-
- mkdir build
- cd build
-
- ../configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --enable-gold \
- --enable-ld=default \
- --enable-lto \
- --enable-plugins \
- --enable-shared \
- --disable-werror \
- --with-system-zlib \
- --disable-multilib \
- --disable-gdb \
- --disable-gprof \
- --disable-gprofng \
- --without-zstd \
- --with-lib-path=/usr/lib:/lib
- make DESTDIR=$PKG tooldir=/usr
- make DESTDIR=$PKG tooldir=/usr install
-}