From 56164a5815346ed801c1fd8885023f55c19b29ff Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 18 Apr 2009 17:03:55 +0000 Subject: add a modified version of the mips64 patch from #4603 SVN-Revision: 15249 --- toolchain/glibc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'toolchain/glibc/Makefile') diff --git a/toolchain/glibc/Makefile b/toolchain/glibc/Makefile index d014cacded..054d891303 100644 --- a/toolchain/glibc/Makefile +++ b/toolchain/glibc/Makefile @@ -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)" \ -- cgit v1.2.3