]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/glibc
Drop support for i586
[ipfire-2.x.git] / lfs / glibc
index 5dbc386d7699b88621909d039ad467caf32751e0..d2d3aff91a91405e8580e6d6c096f2597a89709b 100644 (file)
--- a/lfs/glibc
+++ b/lfs/glibc
@@ -55,10 +55,6 @@ ifeq "$(BUILD_ARCH)" "aarch64"
        CFLAGS += -Wno-error=maybe-uninitialized
 endif
 
-ifeq "$(BUILD_ARCH)" "i586"
-       EXTRA_CONFIG += libc_cv_include_x86_isa_level=no
-endif
-
 # Add some general configuration flags
 EXTRA_CONFIG += \
        --disable-profile \
@@ -121,11 +117,6 @@ ifneq "$(TOOLCHAIN)" "1"
                scripts/test-installation.pl
  endif
 
- ifeq "$(BUILD_ARCH)" "i586"
-       cd $(DIR_APP) && sed -i 's|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=/lib/ld-linux.so.2 -o|' \
-               scripts/test-installation.pl
- endif
-
  ifeq "$(BUILD_ARCH)" "armv6l"
        cd $(DIR_APP) && sed -i 's|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=/lib/ld-linux.so.3 -o|' \
                scripts/test-installation.pl