* configure.in: Add cygmon and libstub support for mn10300.
This commit is contained in:
parent
b8f9289f19
commit
529fce814e
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue