G'day,

Symbol CONFIG_M68KFPU_EMU_EXTRAPREC for m68k port depends on
CONFIG_EXPERIMENTAL but does not say so in its banner.

diff -ruN linux-2.5.24+patches5/arch/m68k/config.in linux-2.5.24/arch/m68k/config.in
--- linux-2.5.24+patches5/arch/m68k/config.in   Sun Jun 30 20:27:22 2002
+++ linux-2.5.24/arch/m68k/config.in    Sun Jun 30 21:48:48 2002
@@ -55,8 +55,8 @@
 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
    bool 'Math emulation support (EXPERIMENTAL)' CONFIG_M68KFPU_EMU
    if [ "$CONFIG_M68KFPU_EMU" = "y" ]; then
-      bool '  Math emulation extra precision' CONFIG_M68KFPU_EMU_EXTRAPREC
-      bool '  Math emulation only kernel' CONFIG_M68KFPU_EMU_ONLY
+      bool '  Math emulation extra precision (EXPERIMENTAL)' 
+CONFIG_M68KFPU_EMU_EXTRAPREC
+      bool '  Math emulation only kernel (EXPERIMENTAL)' CONFIG_M68KFPU_EMU_ONLY
    fi
 fi
 bool 'Advanced configuration options' CONFIG_ADVANCED

Greg.
-- 
the price of civilisation today is a courageous willingness to prevail,
with force, if necessary, against whatever vicious and uncomprehending
enemies try to strike it down.     - Roger Sandall, The Age, 28Sep2001.


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
No, I will not fix your computer.
http://thinkgeek.com/sf
_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to