diff options
Diffstat (limited to 'libgloss/xc16x/configure')
-rwxr-xr-x | libgloss/xc16x/configure | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/libgloss/xc16x/configure b/libgloss/xc16x/configure index f333181b4..0882037db 100755 --- a/libgloss/xc16x/configure +++ b/libgloss/xc16x/configure @@ -604,6 +604,7 @@ LIBOBJS bsp_list script_list part_specific_obj +target_makefile_frag_path host_makefile_frag_path CCASFLAGS CCAS @@ -674,7 +675,8 @@ PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR SHELL' -ac_subst_files='host_makefile_frag' +ac_subst_files='host_makefile_frag +target_makefile_frag' ac_user_opts=' enable_option_checking enable_dependency_tracking @@ -2638,10 +2640,14 @@ test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS host_makefile_frag=${srcdir}/../config/default.mh +target_makefile_frag=${srcdir}/../config/xc16x.mt host_makefile_frag_path=$host_makefile_frag +target_makefile_frag_path=$target_makefile_frag + + |