~noskcaj/ubuntu/utopic/devhelp/merge

« back to all changes in this revision

Viewing changes to build-aux/config.sub

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2012-03-27 11:41:53 UTC
  • mfrom: (1.3.24)
  • Revision ID: package-import@ubuntu.com-20120327114153-ugfyr33a5lt0t2fv
Tags: 3.4.0-0ubuntu1
* New upstream release:
  - Fix compilation warnings with -Wunused-but-set-variable
  - Updated translations

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-02-10'
 
7
timestamp='2012-01-01'
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, see <http://www.gnu.org/licenses/>.
 
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.
25
27
#
26
28
# As a special exception to the GNU General Public License, if you
27
29
# distribute this file as part of a program that contains a
130
132
    os=-$maybe_os
131
133
    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
132
134
    ;;
133
 
  android-linux)
134
 
    os=-linux-android
135
 
    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
136
 
    ;;
137
135
  *)
138
136
    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
139
137
    if [ $basic_machine != $1 ]
249
247
        # Some are omitted here because they have special meanings below.
250
248
        1750a | 580 \
251
249
        | a29k \
252
 
        | aarch64 | aarch64_be \
253
250
        | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
254
251
        | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
255
252
        | am33_2.0 \
322
319
        c6x)
323
320
                basic_machine=tic6x-unknown
324
321
                ;;
325
 
        m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip)
 
322
        m6811 | m68hc11 | m6812 | m68hc12 | picochip)
326
323
                basic_machine=$basic_machine-unknown
327
324
                os=-none
328
325
                ;;
335
332
        strongarm | thumb | xscale)
336
333
                basic_machine=arm-unknown
337
334
                ;;
338
 
        xgate)
339
 
                basic_machine=$basic_machine-unknown
340
 
                os=-none
341
 
                ;;
 
335
 
342
336
        xscaleeb)
343
337
                basic_machine=armeb-unknown
344
338
                ;;
361
355
        # Recognize the basic CPU types with company name.
362
356
        580-* \
363
357
        | a29k-* \
364
 
        | aarch64-* | aarch64_be-* \
365
358
        | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
366
359
        | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
367
360
        | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \