summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2011-12-17 11:04:01 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2011-12-17 11:04:01 +0100
commit0d02111609152c70bf751b7e7361391a8eab765f (patch)
tree75b25fc6b8c1cf41958adee49096d10da93d399f /core
parentc18c85b7c1dc723c11f7000dd6e3ade02dbe2653 (diff)
udev can be built without removing --gc-sections using new binutils.
Diffstat (limited to 'core')
-rw-r--r--core/udev/PKGBUILD5
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\