summaryrefslogtreecommitdiff
path: root/target/config/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-08-01 13:26:08 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-08-01 13:26:08 +0200
commit38e356a749191c1832c9726b0b6cb913737af700 (patch)
treee8649d752a11d05d20615b2d4fd3a506baab516b /target/config/Config.in
parent2ee33f7b7bb6f36dcee29f7df1e6122b55139e92 (diff)
different make bulkallmod fixes
Diffstat (limited to 'target/config/Config.in')
-rw-r--r--target/config/Config.in23
1 files changed, 12 insertions, 11 deletions
diff --git a/target/config/Config.in b/target/config/Config.in
index 5162a6c72..4ab0999be 100644
--- a/target/config/Config.in
+++ b/target/config/Config.in
@@ -32,15 +32,12 @@ endchoice
choice
prompt "Target Kernel"
depends on ADK_TARGET_SYSTEM_LEMOTE_YEELONG
-config ADK_TARGET_KERNEL
- boolean "Choose target kernel"
+config ADK_TARGET_KERNEL64
+ boolean "64 Bit Kernel"
config ADK_TARGET_KERNEL32
boolean "32 Bit Kernel"
-config ADK_TARGET_KERNEL64
- boolean "64 Bit Kernel"
-
endchoice
config ADK_o32
@@ -61,17 +58,15 @@ config ADK_TARGET_ABI
choice
prompt "Target ABI"
depends on ADK_TARGET_KERNEL64 && ADK_LINUX_MIPS
-config ADK_ABI
- boolean "Choose target ABI"
-
-config ADK_TARGET_ABI_O32
- boolean "O32 ABI (old)"
- select ADK_o32
config ADK_TARGET_ABI_N32
boolean "N32 ABI (new)"
select ADK_n32
+config ADK_TARGET_ABI_O32
+ boolean "O32 ABI (old)"
+ select ADK_o32
+
config ADK_TARGET_ABI_N64
boolean "N64 ABI"
select ADK_n64
@@ -269,6 +264,12 @@ config ADK_TARGET_ABI_CFLAGS
default "-mabi=n32 -Wl,-m -Wl,elf32ltsmipn32" if ADK_TARGET_ABI_N32
default "-mabi=64 -Wl,-m -Wl,elf64ltsmip" if ADK_TARGET_ABI_N64
+config ADK_TARGET_KERNEL_LDFLAGS
+ string
+ default "-mabi=64 -m elf64ltsmip" if ADK_TARGET_ABI_N32
+ default "-mabi=64 -m elf64ltsmip" if ADK_TARGET_ABI_O32
+ default "-mabi=64 -m elf64ltsmip" if ADK_TARGET_ABI_N64
+
config ADK_TARGET_CFLAGS
string
default "-march=geode" if ADK_CPU_GEODE