diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2001-10-31 19:19:08 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2001-10-31 19:19:08 +0000 |
commit | 75241b15dbe979163b1cc95df6a5c16e30ddde7b (patch) | |
tree | 0b3d11e5730816f974785eb6ff133500620cac8f /libgloss/mn10300/configure.in | |
parent | 747e5773319f36839927dd67005ceab836ede48d (diff) | |
download | newlib-75241b15dbe979163b1cc95df6a5c16e30ddde7b.zip newlib-75241b15dbe979163b1cc95df6a5c16e30ddde7b.tar.gz newlib-75241b15dbe979163b1cc95df6a5c16e30ddde7b.tar.bz2 |
2001-10-31 David Howells <dhowells@redhat.com>
* syscall.h: Added SYS_times, SYS_gettimeofday, SYS_link values.
* mn10300/times.c: Renamed "times" to "_times" so that it can be
referenced by newlib.
* mn10300/cygmon.c: New file.
* mn10300/crt0_redboot.S: Ditto.
* mn10300/crt0_cygmon.S: Ditto.
* mn10300/Makefile.in: Added RedBoot and Cygmon support.
* mn10300/configure.in: Changed to allow for future
evaluation boards to be added.
* mn10300/configure: Regenerated.
Diffstat (limited to 'libgloss/mn10300/configure.in')
-rw-r--r-- | libgloss/mn10300/configure.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libgloss/mn10300/configure.in b/libgloss/mn10300/configure.in index 2c7814b..fd566f8 100644 --- a/libgloss/mn10300/configure.in +++ b/libgloss/mn10300/configure.in @@ -1,4 +1,4 @@ -# Copyright (c) 1995, 1996 Cygnus Support +# Copyright (c) 1995, 1996, 2000 Cygnus Support # # The authors hereby grant permission to use, copy, modify, distribute, # and license this software and its documentation for any purpose, provided @@ -85,6 +85,8 @@ AC_PROG_RANLIB case "${target}" in *) part_specific_obj=vr4300.o + script_list="eval sim" + bsp_list="libeval.a" ;; esac @@ -102,6 +104,8 @@ target_makefile_frag_path=$target_makefile_frag AC_SUBST(target_makefile_frag_path) AC_SUBST_FILE(target_makefile_frag) AC_SUBST(part_specific_obj) +AC_SUBST(script_list) +AC_SUBST(bsp_list) AC_OUTPUT(Makefile, . ${libgloss_topdir}/config-ml.in, |