mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +08:00
* configure.in: Add cygmon and libstub support for mn10300.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
|
||||||
|
|
||||||
|
* configure.in: Add cygmon and libstub support for mn10300.
|
||||||
|
|
||||||
Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
|
Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* missing: Update to version from automake 1.3.
|
* missing: Update to version from automake 1.3.
|
||||||
|
@ -716,6 +716,9 @@ case "${target}" in
|
|||||||
;;
|
;;
|
||||||
mn10300-*-*)
|
mn10300-*-*)
|
||||||
noconfigdirs="$noconfigdirs"
|
noconfigdirs="$noconfigdirs"
|
||||||
|
if [ x${is_cross_compiler} != xno ] ; then
|
||||||
|
target_configdirs="${target_configdirs} target-libstub target-cygmon"
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
powerpc-*-aix*)
|
powerpc-*-aix*)
|
||||||
# copied from rs6000-*-* entry
|
# copied from rs6000-*-* entry
|
||||||
|
Reference in New Issue
Block a user