Changeset 06e1086 in rtems


Ignore:
Timestamp:
10/09/12 12:38:43 (11 years ago)
Author:
Ralf Corsépius <ralf.corsepius@…>
Branches:
4.11, 5, master
Children:
22fb90e4
Parents:
34a8f36
git-author:
Ralf Corsépius <ralf.corsepius@…> (10/09/12 12:38:43)
git-committer:
Ralf Corsépius <ralf.corsepius@…> (10/09/12 17:26:51)
Message:

Import from automake-1.12.4.

Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • config.guess

    r34a8f36 r06e1086  
    55#   2011, 2012 Free Software Foundation, Inc.
    66
    7 timestamp='2012-06-10'
     7timestamp='2012-08-14'
    88
    99# This file is free software; you can redistribute it and/or modify it
     
    200200        # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
    201201        echo "${machine}-${os}${release}"
     202        exit ;;
     203    *:Bitrig:*:*)
     204        UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
     205        echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE}
    202206        exit ;;
    203207    *:OpenBSD:*:*)
     
    802806        echo ${UNAME_MACHINE}-pc-cygwin
    803807        exit ;;
     808    *:MINGW64*:*)
     809        echo ${UNAME_MACHINE}-pc-mingw64
     810        exit ;;
    804811    *:MINGW*:*)
    805812        echo ${UNAME_MACHINE}-pc-mingw32
     
    12021209        echo i586-pc-haiku
    12031210        exit ;;
     1211    x86_64:Haiku:*:*)
     1212        echo x86_64-unknown-haiku
     1213        exit ;;
    12041214    SX-4:SUPER-UX:*:*)
    12051215        echo sx4-nec-superux${UNAME_RELEASE}
     
    13301340        exit ;;
    13311341esac
    1332 
    1333 #echo '(No uname command or uname output not recognized.)' 1>&2
    1334 #echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2
    13351342
    13361343eval $set_cc_for_build
  • config.sub

    r34a8f36 r06e1086  
    55#   2011, 2012 Free Software Foundation, Inc.
    66
    7 timestamp='2012-04-18'
     7timestamp='2012-08-18'
    88
    99# This file is (in principle) common to ALL GNU software.
     
    124124case $maybe_os in
    125125  nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
    126   linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
     126  linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
    127127  knetbsd*-gnu* | netbsd*-gnu* | \
    128128  kopensolaris*-gnu* | \
     
    792792                basic_machine=microblaze-xilinx
    793793                ;;
     794        mingw64)
     795                basic_machine=x86_64-pc
     796                os=-mingw64
     797                ;;
    794798        mingw32)
    795799                basic_machine=i386-pc
     
    13531357              | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
    13541358              | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
    1355               | -openbsd* | -solidbsd* \
     1359              | -bitrig* | -openbsd* | -solidbsd* \
    13561360              | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
    13571361              | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
     
    13601364              | -chorusos* | -chorusrdb* | -cegcc* \
    13611365              | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
    1362               | -mingw32* | -linux-gnu* | -linux-android* \
    1363               | -linux-newlib* | -linux-uclibc* \
     1366              | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
     1367              | -linux-newlib* | -linux-musl* | -linux-uclibc* \
    13641368              | -uxpv* | -beos* | -mpeix* | -udk* \
    13651369              | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
Note: See TracChangeset for help on using the changeset viewer.