diff options
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 2c7814bc6..fd566f89c 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, |