~ubuntu-branches/ubuntu/trusty/libpeas/trusty-proposed

« back to all changes in this revision

Viewing changes to config.sub

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2013-01-16 09:53:41 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20130116095341-wfnkv4dnzt9t8je7
Tags: 1.6.2-0ubuntu1
* New upstream release
* debian/control:
  - Use standards version 3.9.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
5
5
#   2011, 2012 Free Software Foundation, Inc.
6
6
 
7
 
timestamp='2012-01-01'
 
7
timestamp='2012-02-10'
8
8
 
9
9
# This file is (in principle) common to ALL GNU software.
10
10
# The presence of a machine in this file suggests that SOME GNU software
21
21
# GNU General Public License for more details.
22
22
#
23
23
# You should have received a copy of the GNU General Public License
24
 
# along with this program; if not, write to the Free Software
25
 
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
26
 
# 02110-1301, USA.
 
24
# along with this program; if not, see <http://www.gnu.org/licenses/>.
27
25
#
28
26
# As a special exception to the GNU General Public License, if you
29
27
# distribute this file as part of a program that contains a
132
130
    os=-$maybe_os
133
131
    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
134
132
    ;;
 
133
  android-linux)
 
134
    os=-linux-android
 
135
    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
 
136
    ;;
135
137
  *)
136
138
    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
137
139
    if [ $basic_machine != $1 ]
247
249
        # Some are omitted here because they have special meanings below.
248
250
        1750a | 580 \
249
251
        | a29k \
 
252
        | aarch64 | aarch64_be \
250
253
        | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
251
254
        | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
252
255
        | am33_2.0 \
319
322
        c6x)
320
323
                basic_machine=tic6x-unknown
321
324
                ;;
322
 
        m6811 | m68hc11 | m6812 | m68hc12 | picochip)
 
325
        m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip)
323
326
                basic_machine=$basic_machine-unknown
324
327
                os=-none
325
328
                ;;
332
335
        strongarm | thumb | xscale)
333
336
                basic_machine=arm-unknown
334
337
                ;;
335
 
 
 
338
        xgate)
 
339
                basic_machine=$basic_machine-unknown
 
340
                os=-none
 
341
                ;;
336
342
        xscaleeb)
337
343
                basic_machine=armeb-unknown
338
344
                ;;
355
361
        # Recognize the basic CPU types with company name.
356
362
        580-* \
357
363
        | a29k-* \
 
364
        | aarch64-* | aarch64_be-* \
358
365
        | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
359
366
        | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
360
367
        | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \