summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-01 21:10:47 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-01 21:10:47 +0100
commit521e7247df6ba4e2cf4a487dd44385305972c9ee (patch)
treee380db474f4d3a982b6958ee7eb1b1e86f450b8e /target
parentd9a3994a44d79ed167f41db09edd0dae41566b55 (diff)
switch mipsel uclibc to N32 ABI
Diffstat (limited to 'target')
-rw-r--r--target/mipsel/Makefile1
-rw-r--r--target/mipsel/uclibc.config8
2 files changed, 5 insertions, 4 deletions
diff --git a/target/mipsel/Makefile b/target/mipsel/Makefile
index 02e6057ca..dfe192e03 100644
--- a/target/mipsel/Makefile
+++ b/target/mipsel/Makefile
@@ -65,6 +65,7 @@ imageinstall: kernel-install $(BIN_DIR)/$(ROOTFSSQUASHFS)
endif
ifeq ($(ADK_TARGET_FS),nfsroot)
imageinstall: kernel-install $(BIN_DIR)/$(ROOTFSUSERTARBALL)
+ @cp $(TARGET_DIR)/boot/kernel $(TARGET_KERNEL)
@echo 'The kernel file is: ${TARGET_KERNEL}'
@echo 'The nfs root tarball is: ${BIN_DIR}/${ROOTFSUSERTARBALL}'
ifeq ($(ADK_TARGET_SYSTEM_LINKSYS_AG241),y)
diff --git a/target/mipsel/uclibc.config b/target/mipsel/uclibc.config
index 165c72fa9..86b227364 100644
--- a/target/mipsel/uclibc.config
+++ b/target/mipsel/uclibc.config
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Version: 0.9.32-rc1
-# Mon Dec 27 23:06:19 2010
+# Fri Dec 31 11:58:18 2010
#
# TARGET_alpha is not set
# TARGET_arm is not set
@@ -34,8 +34,8 @@ TARGET_mips=y
#
TARGET_ARCH="mips"
FORCE_OPTIONS_FOR_ARCH=y
-CONFIG_MIPS_O32_ABI=y
-# CONFIG_MIPS_N32_ABI is not set
+# CONFIG_MIPS_O32_ABI is not set
+CONFIG_MIPS_N32_ABI=y
# CONFIG_MIPS_N64_ABI is not set
# CONFIG_MIPS_ISA_1 is not set
# CONFIG_MIPS_ISA_2 is not set
@@ -88,7 +88,7 @@ UCLIBC_CTOR_DTOR=y
UCLIBC_HAS_THREADS_NATIVE=y
UCLIBC_HAS_THREADS=y
UCLIBC_HAS_TLS=y
-# PTHREADS_DEBUG_SUPPORT is not set
+PTHREADS_DEBUG_SUPPORT=y
UCLIBC_HAS_SYSLOG=y
UCLIBC_HAS_LFS=y
# MALLOC is not set