On Sun, 11 Nov 2001 21:58:40 -0500, 
"Eric S. Raymond" <[EMAIL PROTECTED]> wrote:
>Keith Owens <[EMAIL PROTECTED]>:
>> ((X86 and SMP) implies (RTC != n))
>> I have no idea why that requirement is in CML2.
>
>It's documented in Configure.help; see the entry for RTC.

Same problem as input_gameport.  RTC does not have to be 'y' under all
circumstances, it only has to be 'y' if rtc is set and x86 or smp are
also set.

if (RTC = 'm' and (X86 and SMP))
  RTC := y
endif

or cml2 equivalent, I am still reading the language definition.  BTW,
how about including the rational and language definitions in the cml2
tarball?


_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to