Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Side by Side Diff: source/config.sub

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/config.guess ('k') | source/config/Makefile.inc.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #! /bin/sh 1 #! /bin/sh
2 # Configuration validation subroutine script. 2 # Configuration validation subroutine script.
3 # Copyright 1992-2013 Free Software Foundation, Inc. 3 # Copyright 1992-2013 Free Software Foundation, Inc.
4 4
5 timestamp='2013-08-10' 5 timestamp='2013-10-01'
6 6
7 # This file is free software; you can redistribute it and/or modify it 7 # This file is free software; you can redistribute it and/or modify it
8 # under the terms of the GNU General Public License as published by 8 # under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 3 of the License, or 9 # the Free Software Foundation; either version 3 of the License, or
10 # (at your option) any later version. 10 # (at your option) any later version.
11 # 11 #
12 # This program is distributed in the hope that it will be useful, but 12 # This program is distributed in the hope that it will be useful, but
13 # WITHOUT ANY WARRANTY; without even the implied warranty of 13 # WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 # General Public License for more details. 15 # General Public License for more details.
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 | be32 | be64 \ 258 | be32 | be64 \
259 | bfin \ 259 | bfin \
260 | c4x | c8051 | clipper \ 260 | c4x | c8051 | clipper \
261 | d10v | d30v | dlx | dsp16xx \ 261 | d10v | d30v | dlx | dsp16xx \
262 | epiphany \ 262 | epiphany \
263 | fido | fr30 | frv \ 263 | fido | fr30 | frv \
264 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ 264 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
265 | hexagon \ 265 | hexagon \
266 | i370 | i860 | i960 | ia64 \ 266 | i370 | i860 | i960 | ia64 \
267 | ip2k | iq2000 \ 267 | ip2k | iq2000 \
268 | k1om \
268 | le32 | le64 \ 269 | le32 | le64 \
269 | lm32 \ 270 | lm32 \
270 | m32c | m32r | m32rle | m68000 | m68k | m88k \ 271 | m32c | m32r | m32rle | m68000 | m68k | m88k \
271 | maxq | mb | microblaze | microblazeel | mcore | mep | metag \ 272 | maxq | mb | microblaze | microblazeel | mcore | mep | metag \
272 | mips | mipsbe | mipseb | mipsel | mipsle \ 273 | mips | mipsbe | mipseb | mipsel | mipsle \
273 | mips16 \ 274 | mips16 \
274 | mips64 | mips64el \ 275 | mips64 | mips64el \
275 | mips64octeon | mips64octeonel \ 276 | mips64octeon | mips64octeonel \
276 | mips64orion | mips64orionel \ 277 | mips64orion | mips64orionel \
277 | mips64r5900 | mips64r5900el \ 278 | mips64r5900 | mips64r5900el \
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 ;; 318 ;;
318 c54x) 319 c54x)
319 basic_machine=tic54x-unknown 320 basic_machine=tic54x-unknown
320 ;; 321 ;;
321 c55x) 322 c55x)
322 basic_machine=tic55x-unknown 323 basic_machine=tic55x-unknown
323 ;; 324 ;;
324 c6x) 325 c6x)
325 basic_machine=tic6x-unknown 326 basic_machine=tic6x-unknown
326 ;; 327 ;;
327 » m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip) 328 » m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip)
328 basic_machine=$basic_machine-unknown 329 basic_machine=$basic_machine-unknown
329 os=-none 330 os=-none
330 ;; 331 ;;
331 m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) 332 m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
332 ;; 333 ;;
333 ms1) 334 ms1)
334 basic_machine=mt-unknown 335 basic_machine=mt-unknown
335 ;; 336 ;;
336 337
337 strongarm | thumb | xscale) 338 strongarm | thumb | xscale)
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 | c[123]* | c30-* | [cjt]90-* | c4x-* \ 375 | c[123]* | c30-* | [cjt]90-* | c4x-* \
375 | c8051-* | clipper-* | craynv-* | cydra-* \ 376 | c8051-* | clipper-* | craynv-* | cydra-* \
376 | d10v-* | d30v-* | dlx-* \ 377 | d10v-* | d30v-* | dlx-* \
377 | elxsi-* \ 378 | elxsi-* \
378 | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ 379 | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
379 | h8300-* | h8500-* \ 380 | h8300-* | h8500-* \
380 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ 381 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
381 | hexagon-* \ 382 | hexagon-* \
382 | i*86-* | i860-* | i960-* | ia64-* \ 383 | i*86-* | i860-* | i960-* | ia64-* \
383 | ip2k-* | iq2000-* \ 384 | ip2k-* | iq2000-* \
385 | k1om-* \
384 | le32-* | le64-* \ 386 | le32-* | le64-* \
385 | lm32-* \ 387 | lm32-* \
386 | m32c-* | m32r-* | m32rle-* \ 388 | m32c-* | m32r-* | m32rle-* \
387 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ 389 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
388 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ 390 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
389 | microblaze-* | microblazeel-* \ 391 | microblaze-* | microblazeel-* \
390 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ 392 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
391 | mips16-* \ 393 | mips16-* \
392 | mips64-* | mips64el-* \ 394 | mips64-* | mips64el-* \
393 | mips64octeon-* | mips64octeonel-* \ 395 | mips64octeon-* | mips64octeonel-* \
(...skipping 1388 matching lines...) Expand 10 before | Expand all | Expand 10 after
1782 1784
1783 echo $basic_machine$os 1785 echo $basic_machine$os
1784 exit 1786 exit
1785 1787
1786 # Local variables: 1788 # Local variables:
1787 # eval: (add-hook 'write-file-hooks 'time-stamp) 1789 # eval: (add-hook 'write-file-hooks 'time-stamp)
1788 # time-stamp-start: "timestamp='" 1790 # time-stamp-start: "timestamp='"
1789 # time-stamp-format: "%:y-%02m-%02d" 1791 # time-stamp-format: "%:y-%02m-%02d"
1790 # time-stamp-end: "'" 1792 # time-stamp-end: "'"
1791 # End: 1793 # End:
OLDNEW
« no previous file with comments | « source/config.guess ('k') | source/config/Makefile.inc.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698