mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-06-11 03:47:28 -04:00
add a modified version of the mips64 patch from #4603
SVN-Revision: 15249
This commit is contained in:
@@ -9,7 +9,7 @@ config GLIBC_VERSION
|
||||
config GLIBC_PORTS
|
||||
bool
|
||||
depends on USE_GLIBC
|
||||
default y if GLIBC_VERSION_2_3_6 && (arm || armeb || mips || mipsel)
|
||||
default y if GLIBC_VERSION_2_6_1 && (arm || armeb || mips || mipsel || powerpc)
|
||||
default y if GLIBC_VERSION_2_7 && (arm || armeb || mips || mipsel || powerpc)
|
||||
default y if GLIBC_VERSION_2_3_6 && (arm || armeb || mips || mipsel || mips64 || mips64el)
|
||||
default y if GLIBC_VERSION_2_6_1 && (arm || armeb || mips || mipsel || mips64 || mips64el || powerpc)
|
||||
default y if GLIBC_VERSION_2_7 && (arm || armeb || mips || mipsel || mips64 || mips64el || powerpc)
|
||||
default n
|
||||
|
||||
@@ -57,6 +57,7 @@ GLIBC_CONFIGURE:= \
|
||||
--build=$(GNU_HOST_NAME) \
|
||||
--host=$(REAL_GNU_TARGET_NAME) \
|
||||
--with-headers="$(TOOLCHAIN_DIR)/usr/include" \
|
||||
$(if $(CONFIG_mips64)$(CONFIG_mips64el), --enable-kernel="2.6.0") \
|
||||
--disable-debug \
|
||||
--disable-profile \
|
||||
--enable-add-ons="$(GLIBC_ADD_ONS)" \
|
||||
|
||||
Reference in New Issue
Block a user