config/arch/m68k.in
author Titus von Boxberg <tvb377@gmx.de>
Wed Feb 03 00:24:24 2010 +0100 (2010-02-03)
changeset 1798 7051d758475a
child 2444 896cb0d36c1a
permissions -rw-r--r--
scripts/functions: fix date munging when ns are not available

On some systems (eg. *BSD and Darwin), date does not support nanoseconds
(%N) precision. Instead of printing '%N' in this case, it just prints 'N'.
Fix the sed expression to handle this case.
     1 # m68k specific configuration file
     2 # depends on EXPERIMENTAL
     3 
     4 config ARCH_m68k
     5     select ARCH_SUPPORTS_32
     6     select ARCH_DEFAULT_32
     7     select ARCH_DEFAULT_BE
     8     select ARCH_SUPPORT_CPU
     9      help
    10       The m68k architecture