diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-12 18:48:35 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-12 18:48:35 +0100 |
| commit | 2e8823cb5c59d7524b5dd5e40266c4ef993b3102 (patch) | |
| tree | 69a9d126a579863abbcf09241bf825754e93e04e /scripts | |
| parent | d095aec6ce9898c422e86df46195e3410eb1f163 (diff) | |
| parent | 2975c1ab583edcfbb46626f003867738fcb0b556 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/config.sub | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/config.sub b/scripts/config.sub index aa777f88c..c042dbadb 100755 --- a/scripts/config.sub +++ b/scripts/config.sub @@ -251,7 +251,7 @@ case $basic_machine in | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ - | maxq | mb | microblaze | mcore | mep | metag \ + | maxq | mb | microblaze | microblazeel | mcore | mep | metag \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ @@ -712,6 +712,9 @@ case $basic_machine in basic_machine=ns32k-utek os=-sysv ;; + microblaze*) + basic_machine=microblaze-xilinx + ;; mingw32) basic_machine=i386-pc os=-mingw32 |
