diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2011-12-17 11:04:01 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2011-12-17 11:04:01 +0100 |
commit | 0d02111609152c70bf751b7e7361391a8eab765f (patch) | |
tree | 75b25fc6b8c1cf41958adee49096d10da93d399f | |
parent | c18c85b7c1dc723c11f7000dd6e3ade02dbe2653 (diff) |
udev can be built without removing --gc-sections using new binutils.
-rw-r--r-- | core/udev/PKGBUILD | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/udev/PKGBUILD b/core/udev/PKGBUILD index 1e290da16..574658277 100644 --- a/core/udev/PKGBUILD +++ b/core/udev/PKGBUILD @@ -21,11 +21,6 @@ source=(http://people.freedesktop.org/~kay/udev/$pkgbase-$pkgver.tar.bz2 build() { cd $srcdir/$pkgbase-$pkgver - if [ "$CARCH" = "mips64el" ]; then - msg "Remove -Wl,--gc-sections" - sed -i "/--gc-sections/d" Makefile.* - fi - ./configure --sysconfdir=/etc\ --with-rootlibdir=/lib\ --libexecdir=/lib/udev\ |