Hi, 

I'm currently trying to port a program which used CML1 to lkc/kconfig.
Now I need a string variable which is dependend on a bool. Shouldn't
this: 

config GNU_TARGET
        string "i386-linux" if OPT_I386
        string "i486-linux" if OPT_I486
        string "i686-linux" if OPT_I686
        string "arm-linux"  if OPT_ARM4
        default "-not configured-"

for example give 

  GNU_TARGET="arm-linux" 

in case OPT_ARM4=y? It doesn't work, I get "-not configured-", no matter
which option is defined. 

This is basically lkc-1.2, taken from Roman's web site. 

Robert
-- 
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Braunschweiger Str. 79,  31134 Hildesheim, Germany
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
    Phone: +49-5121-28619-0 |  Fax: +49-5121-28619-4

    Visit us at the SPS/IPC/Drives 2002 in Nuernberg!
   Hall 5, Booth 154 +++ Please contact us for details.


-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to