mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 03:30:29 +08:00
configure.in (noconfigdirs): Don't compile libiberty, libstdcxx and libgcj on m68hc11/m68hc12.
* configure.in (noconfigdirs): Don't compile libiberty, libstdcxx and libgcj on m68hc11/m68hc12. From-SVN: r43970
This commit is contained in:
parent
a3cb5122ec
commit
2b99799024
@ -1,3 +1,8 @@
|
||||
2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
|
||||
|
||||
* configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
|
||||
and libgcj on m68hc11/m68hc12.
|
||||
|
||||
2001-06-27 H.J. Lu (hjl@gnu.org)
|
||||
|
||||
* Makefile (CFLAGS_FOR_BUILD): New.
|
||||
|
@ -819,6 +819,9 @@ case "${target}" in
|
||||
i[3456]86-*-beos*)
|
||||
noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
|
||||
;;
|
||||
m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
|
||||
noconfigdirs="$noconfigdirs target-libiberty ${libstdcxx_version} ${libgcj}"
|
||||
;;
|
||||
m68k-*-elf*)
|
||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||
if [ x${is_cross_compiler} != xno ] ; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user