config/toolchain.in
changeset 117 80c4338ec0a0
parent 91 aa1d248fa51b
child 144 27a0abfd46d1
     1.1 --- a/config/toolchain.in	Sun May 13 21:11:27 2007 +0000
     1.2 +++ b/config/toolchain.in	Tue May 22 20:36:44 2007 +0000
     1.3 @@ -109,6 +109,13 @@
     1.4  
     1.5  endchoice
     1.6  
     1.7 +config TOOLCHAIN_TYPE
     1.8 +    string
     1.9 +    default "native"        if NATIVE
    1.10 +    default "cross"         if CROSS
    1.11 +    default "cross-native"  if CROSS_NATIVE
    1.12 +    default "canadian"      if CANADIAN
    1.13 +
    1.14  config BUILD 
    1.15      string
    1.16      prompt "Build system triplet"