texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[6146] one more srclist update


From: karl
Subject: [6146] one more srclist update
Date: Mon, 23 Feb 2015 17:46:20 +0000

Revision: 6146
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6146
Author:   karl
Date:     2015-02-23 17:46:17 +0000 (Mon, 23 Feb 2015)
Log Message:
-----------
one more srclist update

Modified Paths:
--------------
    trunk/build-aux/config.guess
    trunk/build-aux/config.sub
    trunk/util/srclist.txt

Modified: trunk/build-aux/config.guess
===================================================================
--- trunk/build-aux/config.guess        2015-02-23 00:57:56 UTC (rev 6145)
+++ trunk/build-aux/config.guess        2015-02-23 17:46:17 UTC (rev 6146)
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2015 Free Software Foundation, Inc.
 
-timestamp='2015-02-21'
+timestamp='2015-02-23'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -178,12 +178,17 @@
            sh3el) machine=shl-unknown ;;
            sh3eb) machine=sh-unknown ;;
            sh5el) machine=sh5le-unknown ;;
+           earmv*)
+               arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 
's,^e\(armv[0-9]\).*$,\1,'`
+               endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 
's,^.*\(eb\)$,\1,p'`
+               machine=${arch}${endian}-unknown
+               ;;
            *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
        esac
        # The Operating System including object format, if it has switched
        # to ELF recently, or will in the future.
        case "${UNAME_MACHINE_ARCH}" in
-           arm*|i386|m68k|ns32k|sh3*|sparc|vax)
+           arm*|earm*|i386|m68k|ns32k|sh3*|sparc|vax)
                eval $set_cc_for_build
                if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
                        | grep -q __ELF__
@@ -199,6 +204,13 @@
                os=netbsd
                ;;
        esac
+       # Determine ABI tags.
+       case "${UNAME_MACHINE_ARCH}" in
+           earm*)
+               expr='s/^earmv[0-9]/-eabi/;s/eb$//'
+               abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
+               ;;
+       esac
        # The OS release
        # Debian GNU/NetBSD machines have a different userland, and
        # thus, need a distinct triplet. However, they do not need
@@ -215,7 +227,7 @@
        # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
        # contains redundant information, the shorter form:
        # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
-       echo "${machine}-${os}${release}"
+       echo "${machine}-${os}${release}${abi}"
        exit ;;
     *:Bitrig:*:*)
        UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`

Modified: trunk/build-aux/config.sub
===================================================================
--- trunk/build-aux/config.sub  2015-02-23 00:57:56 UTC (rev 6145)
+++ trunk/build-aux/config.sub  2015-02-23 17:46:17 UTC (rev 6146)
@@ -2,7 +2,7 @@
 # Configuration validation subroutine script.
 #   Copyright 1992-2015 Free Software Foundation, Inc.
 
-timestamp='2015-01-01'
+timestamp='2015-02-22'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -117,7 +117,7 @@
 case $maybe_os in
   nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
   linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | 
kfreebsd*-gnu* | \
-  knetbsd*-gnu* | netbsd*-gnu* | \
+  knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \
   kopensolaris*-gnu* | \
   storm-chaos* | os2-emx* | rtmk-nova*)
     os=-$maybe_os

Modified: trunk/util/srclist.txt
===================================================================
--- trunk/util/srclist.txt      2015-02-23 00:57:56 UTC (rev 6145)
+++ trunk/util/srclist.txt      2015-02-23 17:46:17 UTC (rev 6146)
@@ -23,15 +23,16 @@
 
 $GETTEXT/gettext-runtime/ABOUT-NLS             .
 #
-$GETTEXT/gettext-tools/po_document/Makefile.in.in      po
+$GETTEXT/gettext-tools/po/Makefile.in.in       po_document
 $GETTEXT/gettext-tools/po/Makefile.in.in       po
 $GETTEXT/gettext-tools/po/Makevars.template    po
 $GETTEXT/gettext-tools/po/Rules-quot           po
-$GETTEXT/gettext-tools/po/boldquot.sed po
+$GETTEXT/gettext-tools/po/boldquot.sed         po
 $GETTEXT/gettext-tools/po/address@hidden       po
 $GETTEXT/gettext-tools/po/address@hidden       po
 $GETTEXT/gettext-tools/po/insert-header.sin    po
 $GETTEXT/gettext-tools/po/quot.sed             po
+$GETTEXT/gettext-tools/po/remove-potcdate.sed  po
 $GETTEXT/gettext-tools/po/remove-potcdate.sin  po
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]