~ubuntu-branches/ubuntu/quantal/libgweather/quantal

« back to all changes in this revision

Viewing changes to build-aux/config.sub

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-26 10:30:34 UTC
  • mfrom: (1.1.41)
  • Revision ID: package-import@ubuntu.com-20120926103034-ydwe723ln8l5ta6s
Tags: 3.6.0-0ubuntu1
New upstream stable release

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-04-18'
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 ]
223
225
        -isc*)
224
226
                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
225
227
                ;;
 
228
        -lynx*178)
 
229
                os=-lynxos178
 
230
                ;;
 
231
        -lynx*5)
 
232
                os=-lynxos5
 
233
                ;;
226
234
        -lynx*)
227
235
                os=-lynxos
228
236
                ;;
247
255
        # Some are omitted here because they have special meanings below.
248
256
        1750a | 580 \
249
257
        | a29k \
 
258
        | aarch64 | aarch64_be \
250
259
        | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
251
260
        | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
252
261
        | am33_2.0 \
319
328
        c6x)
320
329
                basic_machine=tic6x-unknown
321
330
                ;;
322
 
        m6811 | m68hc11 | m6812 | m68hc12 | picochip)
 
331
        m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip)
323
332
                basic_machine=$basic_machine-unknown
324
333
                os=-none
325
334
                ;;
332
341
        strongarm | thumb | xscale)
333
342
                basic_machine=arm-unknown
334
343
                ;;
335
 
 
 
344
        xgate)
 
345
                basic_machine=$basic_machine-unknown
 
346
                os=-none
 
347
                ;;
336
348
        xscaleeb)
337
349
                basic_machine=armeb-unknown
338
350
                ;;
355
367
        # Recognize the basic CPU types with company name.
356
368
        580-* \
357
369
        | a29k-* \
 
370
        | aarch64-* | aarch64_be-* \
358
371
        | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
359
372
        | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
360
373
        | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
1530
1543
        c4x-* | tic4x-*)
1531
1544
                os=-coff
1532
1545
                ;;
 
1546
        hexagon-*)
 
1547
                os=-elf
 
1548
                ;;
1533
1549
        tic54x-*)
1534
1550
                os=-coff
1535
1551
                ;;