summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-06-27 15:08:43 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-06-27 15:08:43 (GMT)
commit055681518cfee384e6975d8821164c6579df0657 (patch)
tree5258cf5f6c99cf07188ac34dcb01ac60bae35eed /arch
parent4b7c2e32acca981469e02b8cd010730705c97f88 (diff)
Only present each of arch, abi, cpu tune and fpu optimisations for those targets supporting them.
/trunk/config/target.in | 30 30 0 0 ++++++++++++++++++++++++++++++ /trunk/arch/arm/config.in | 5 5 0 0 +++++ /trunk/arch/powerpc/config.in | 3 3 0 0 +++ /trunk/arch/alpha/config.in | 2 2 0 0 ++ /trunk/arch/x86/config.in | 3 3 0 0 +++ /trunk/arch/mips/config.in | 3 3 0 0 +++ /trunk/arch/x86_64/config.in | 3 3 0 0 +++ 7 files changed, 49 insertions(+)
Diffstat (limited to 'arch')
-rw-r--r--arch/alpha/config.in2
-rw-r--r--arch/arm/config.in5
-rw-r--r--arch/mips/config.in3
-rw-r--r--arch/powerpc/config.in3
-rw-r--r--arch/x86/config.in3
-rw-r--r--arch/x86_64/config.in3
6 files changed, 19 insertions, 0 deletions
diff --git a/arch/alpha/config.in b/arch/alpha/config.in
index 704c243..cf8157a 100644
--- a/arch/alpha/config.in
+++ b/arch/alpha/config.in
@@ -1,6 +1,8 @@
# Alpha specific configuration file
config ARCH_alpha
+ select ARCH_SUPPORT_CPU
+ select ARCH_SUPPORT_TUNE
help
The Alpha architecture.
diff --git a/arch/arm/config.in b/arch/arm/config.in
index ac517d6..1726f9f 100644
--- a/arch/arm/config.in
+++ b/arch/arm/config.in
@@ -3,6 +3,11 @@
config ARCH_arm
select ARCH_SUPPORTS_BOTH_ENDIAN
select ARCH_DEFAULT_LE
+ select ARCH_SUPPORT_ARCH
+ select ARCH_SUPPORT_ABI
+ select ARCH_SUPPORT_CPU
+ select ARCH_SUPPORT_TUNE
+ select ARCH_SUPPORT_FPU
help
The ARM architecture, as defined by:
http://www.arm.com/
diff --git a/arch/mips/config.in b/arch/mips/config.in
index a4f90b7..0f91e83 100644
--- a/arch/mips/config.in
+++ b/arch/mips/config.in
@@ -3,6 +3,9 @@
config ARCH_mips
select ARCH_SUPPORTS_BOTH_ENDIAN
select ARCH_DEFAULT_BE
+ select ARCH_SUPPORT_ARCH
+ select ARCH_SUPPORT_ABI
+ select ARCH_SUPPORT_TUNE
help
The MIPS architecture, as defined by:
http://www.mips.com/
diff --git a/arch/powerpc/config.in b/arch/powerpc/config.in
index ea57540..ad51f86 100644
--- a/arch/powerpc/config.in
+++ b/arch/powerpc/config.in
@@ -1,6 +1,9 @@
# powerpc specific configuration file
config ARCH_powerpc
+ select ARCH_SUPPORT_ABI
+ select ARCH_SUPPORT_CPU
+ select ARCH_SUPPORT_TUNE
help
The PowerPC architecture, as defined by:
http://www.ibm.com/developerworks/eserver/articles/archguide.html
diff --git a/arch/x86/config.in b/arch/x86/config.in
index 1a3abaf..4a5c2f8 100644
--- a/arch/x86/config.in
+++ b/arch/x86/config.in
@@ -1,6 +1,9 @@
# x86 specific options
config ARCH_x86
+ select ARCH_SUPPORT_ARCH
+ select ARCH_SUPPORT_CPU
+ select ARCH_SUPPORT_TUNE
help
The x86 architecture, as defined by:
http://www.intel.com/
diff --git a/arch/x86_64/config.in b/arch/x86_64/config.in
index bfe1b94..83b6e83 100644
--- a/arch/x86_64/config.in
+++ b/arch/x86_64/config.in
@@ -1,6 +1,9 @@
# x86_64 specific options
config ARCH_x86_64
+ select ARCH_SUPPORT_ARCH
+ select ARCH_SUPPORT_CPU
+ select ARCH_SUPPORT_TUNE
help
The x86_64 architecture, as defined by:
http://www.amd.com/us-en/Processors/DevelopWithAMD/0,,30_2252_875_7044,00.html