mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 10:03:47 +08:00
Add noconfigure dirs for m68[hc]{11|12} targets.
This commit is contained in:
parent
1308f14c97
commit
f9e0997d4c
@ -1,3 +1,8 @@
|
||||
2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
|
||||
|
||||
* configure.in (noconfigdirs): Don't compile some
|
||||
of the libraries for 68HC11 & 68hc12 targets.
|
||||
|
||||
2000-09-30 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* ltconfig, ltmain.sh, libtool.m4: Updated from libtool
|
||||
|
@ -754,7 +754,10 @@ case "${target}" in
|
||||
i[3456]86-*-beos*)
|
||||
noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
|
||||
;;
|
||||
m68k-*-elf*)
|
||||
m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
|
||||
noconfigdirs="$noconfigdirs target-libiberty target-librx target-libg++ target-libstdc++ target-libio target-libf2c target-libchill target-zlib target-libobjc"
|
||||
;;
|
||||
m68k-*-elf*)
|
||||
if [ x${is_cross_compiler} != xno ] ; then
|
||||
target_configdirs="${target_configdirs} target-bsp target-cygmon"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user