config/target.in
changeset 380 2f7b676c7b2f
parent 373 34612b693dde
child 413 35952da8c80b
     1.1 --- a/config/target.in	Tue Sep 11 17:24:09 2007 +0000
     1.2 +++ b/config/target.in	Fri Sep 14 17:43:16 2007 +0000
     1.3 @@ -74,6 +74,23 @@
     1.4  
     1.5  endchoice
     1.6  
     1.7 +# Include architecture-specific configuration
     1.8 +if ARCH_ARM
     1.9 +source config/arch/arm/config.in
    1.10 +endif
    1.11 +if ARCH_IA64
    1.12 +source config/arch/ia64/config.in
    1.13 +endif
    1.14 +if ARCH_MIPS
    1.15 +source config/arch/mips/config.in
    1.16 +endif
    1.17 +if ARCH_x86
    1.18 +source config/arch/x86/config.in
    1.19 +endif
    1.20 +if ARCH_x86_64
    1.21 +source config/arch/x86_64/config.in
    1.22 +endif
    1.23 +
    1.24  comment "Target optimisations"
    1.25  
    1.26  config ARCH_ARCH