diff options
author | Karl Berry <karl@freefriends.org> | 2013-02-15 03:37:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-02-15 03:37:17 +0000 |
commit | 3f56d7398ce105b4caa046ba7f22f625407dfc77 (patch) | |
tree | 8df7ea30da89da0c23d0787e7696bd882249847c /Build/source/utils/asymptote/config.sub | |
parent | 00e105479dad7ce463b3b9a8acd446e5164e96a9 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@29114 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/config.sub')
-rw-r--r-- | Build/source/utils/asymptote/config.sub | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Build/source/utils/asymptote/config.sub b/Build/source/utils/asymptote/config.sub index 80211d0d8b2..872199acf72 100644 --- a/Build/source/utils/asymptote/config.sub +++ b/Build/source/utils/asymptote/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2013 Free Software Foundation, Inc. -timestamp='2013-02-04' +timestamp='2013-02-12' # 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 @@ -296,7 +296,7 @@ case $basic_machine in | nios | nios2 | nios2eb | nios2el \ | ns16k | ns32k \ | open8 \ - | or32 \ + | or1k | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle \ | pyramid \ @@ -1589,6 +1589,9 @@ case $basic_machine in mips*-*) os=-elf ;; + or1k-*) + os=-elf + ;; or32-*) os=-coff ;; |