diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2010-02-08 20:12:00 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2010-02-08 20:12:00 +0000 |
commit | ab608bc732e0846792428344b918197d20af1f21 (patch) | |
tree | a0caf3e86be0d5d1dca3d7d03644962c05bd42f5 /libgloss/xc16x/configure.in | |
parent | cf9d06b14976b229b38347fc6300ebcf1404ae80 (diff) | |
download | newlib-ab608bc732e0846792428344b918197d20af1f21.zip newlib-ab608bc732e0846792428344b918197d20af1f21.tar.gz newlib-ab608bc732e0846792428344b918197d20af1f21.tar.bz2 |
2010-02-08 Conny Marco Menebrocker <c-m-m@gmx.de>
* xc16x/xc16x.mt: New file.
* xc16x/configure.in: Add target_makefile_frag reference.
* xc16x/configure: Regenerated.
Diffstat (limited to 'libgloss/xc16x/configure.in')
-rw-r--r-- | libgloss/xc16x/configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libgloss/xc16x/configure.in b/libgloss/xc16x/configure.in index 3527eff..40ecfea 100644 --- a/libgloss/xc16x/configure.in +++ b/libgloss/xc16x/configure.in @@ -48,6 +48,7 @@ LIB_AM_PROG_AS host_makefile_frag=${srcdir}/../config/default.mh +target_makefile_frag=${srcdir}/../config/xc16x.mt dnl We have to assign the same value to other variables because autoconf dnl doesn't provide a mechanism to substitute a replacement keyword with @@ -56,6 +57,9 @@ dnl host_makefile_frag_path=$host_makefile_frag AC_SUBST(host_makefile_frag_path) AC_SUBST_FILE(host_makefile_frag) +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) |