]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/glibc
switch arm 32 bit arch from armv5tel to armv6l
[people/pmueller/ipfire-2.x.git] / lfs / glibc
index 50217fab6e40ac52cf9f11e81a42b208fbe2160a..751c3da6478b2e7f65f7cd6b7cfba4f766cb934a 100644 (file)
--- a/lfs/glibc
+++ b/lfs/glibc
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2021  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -55,12 +55,6 @@ ifeq "$(BUILD_ARCH)" "aarch64"
        CFLAGS += -Wno-error=maybe-uninitialized
 endif
 
-# Disable hardware FP for armv5tel
-ifeq "$(BUILD_ARCH)" "armv5tel"
-       EXTRA_CONFIG += \
-               --without-fp
-endif
-
 # Add some general configuration flags
 EXTRA_CONFIG += \
        --disable-profile \
@@ -124,7 +118,7 @@ ifneq "$(TOOLCHAIN)" "1"
                scripts/test-installation.pl
  endif
 
- ifeq "$(BUILD_ARCH)" "armv5tel"
+ 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