]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/glibc
Drop support for armv6l (and armv7hl)
[ipfire-2.x.git] / lfs / glibc
index b4dc7b7ebb4b4404a19876ce54122cba180b6cf1..78a583ba4f09890c7dbc12bd6b205b21be4a2d3b 100644 (file)
--- a/lfs/glibc
+++ b/lfs/glibc
@@ -120,11 +120,6 @@ ifneq "$(TOOLCHAIN)" "1"
        cd $(DIR_APP) && sed -i 's|libs -o|libs -L/usr/lib64 -Wl,-dynamic-linker=/lib64/ld-linux-x86-64.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
- endif
 endif
 
        cd $(DIR_SRC)/glibc-build && \