mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 11:09:06 +08:00
add microblaze
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@383 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
fe1729ecae
commit
214f320ed0
5
config/config.sub
vendored
5
config/config.sub
vendored
@ -273,6 +273,7 @@ case $basic_machine in
|
||||
| v850 | v850e \
|
||||
| we32k \
|
||||
| x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
|
||||
| mb \
|
||||
| z8k)
|
||||
basic_machine=$basic_machine-unknown
|
||||
;;
|
||||
@ -357,6 +358,7 @@ case $basic_machine in
|
||||
| x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
|
||||
| xstormy16-* | xtensa-* \
|
||||
| ymp-* \
|
||||
| mb-* \
|
||||
| z8k-*)
|
||||
;;
|
||||
m32c-*)
|
||||
@ -1060,6 +1062,9 @@ case $basic_machine in
|
||||
basic_machine=z8k-unknown
|
||||
os=-sim
|
||||
;;
|
||||
mb-*)
|
||||
basic_machine=mb-linux
|
||||
;;
|
||||
none)
|
||||
basic_machine=none-none
|
||||
os=-none
|
||||
|
Loading…
Reference in New Issue
Block a user