mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-20 09:31:29 +00:00
* config.sub, configure.in: Add tiny2j-*-* target
This commit is contained in:
parent
7416961455
commit
80d251fa39
11
ChangeLog
11
ChangeLog
@ -1,3 +1,14 @@
|
||||
start-sanitize-tinyj
|
||||
1998-12-17 Anthony Green <green@cygnus.com>
|
||||
|
||||
* config.sub, configure.in: Add tiny2j-*-* target.
|
||||
|
||||
end-sanitize-tinyj
|
||||
Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
|
||||
|
||||
* configure.in: Add cygmon for x86-coff and x86-elf. Configure
|
||||
cygmon for all sparclite targets, regardless of object format.
|
||||
|
||||
1998-12-15 Mark Salter <msalter@cygnus.com>
|
||||
|
||||
* configure.in: Added target-bsp for several target architectures.
|
||||
|
5
config.sub
vendored
5
config.sub
vendored
@ -85,6 +85,9 @@ case $1 in
|
||||
mips64vr5xxx-elf)
|
||||
set mips64vr5000-elf
|
||||
;;
|
||||
mips64vr5xxxel-elf)
|
||||
set mips64vr5000el-elf
|
||||
;;
|
||||
# end-sanitize-cygnus
|
||||
# start-sanitize-sky
|
||||
vpu-elf)
|
||||
@ -207,7 +210,7 @@ case $basic_machine in
|
||||
basic_machine=$basic_machine-unknown
|
||||
;;
|
||||
m88110 | m680[012346]0 | m683?2 | m68360 | m5200 | z8k | v70 \
|
||||
| h8500 | w65 | fr30) # CYGNUS LOCAL
|
||||
| h8500 | w65 | fr30 | tiny2j) # CYGNUS LOCAL
|
||||
basic_machine=$basic_machine-unknown
|
||||
;;
|
||||
thumb)
|
||||
|
@ -762,6 +762,9 @@ case "${target}" in
|
||||
target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
|
||||
fi
|
||||
;;
|
||||
tiny2j-*-*)
|
||||
noconfigdirs="$noconfigdirs ld bfd gdb opcodes binutils gas target-libg++ target-libstdc++ target-libio target-librx target-libgloss"
|
||||
;;
|
||||
mn10200-*-*)
|
||||
noconfigdirs="$noconfigdirs"
|
||||
if [ x${is_cross_compiler} != xno ] ; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user