]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
glibc: fix toolchain build on arm.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 24 Sep 2011 13:51:31 +0000 (13:51 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 24 Sep 2011 13:51:31 +0000 (13:51 +0000)
lfs/glibc

index f8d4260c5b09125db6f97a22cda20ccc41eda0e0..11952a605e0b8580d64ab5c17f6bb33b4a68d6bb 100644 (file)
--- a/lfs/glibc
+++ b/lfs/glibc
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2011  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,14 +55,12 @@ else
   EXTRA_INSTALL =
 endif
 
+EXTRA_CONFIG += --build=$(BUILDTARGET)
+
 ifeq "$(MACHINE_TYPE)" "arm"
        # Disable hardware FP for ARM.
        EXTRA_CONFIG += \
-               --build=arm \
-               --host=$(BUILDTARGET) \
                --without-fp
-else
-       EXTRA_CONFIG += --build=$(BUILDTARGET)
 endif
 
 ###############################################################################