mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 20:42:58 +02:00
glibc: fix toolchain build on arm.
This commit is contained in:
@@ -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
|
||||
|
||||
###############################################################################
|
||||
|
||||
Reference in New Issue
Block a user