configure.in: AC_SUBST xm_defines.
* configure.in: AC_SUBST xm_defines. * configure: Regenerate. * Makefile.in: Set DEFINES=$(xm_defines) when building tconfig.h. From-SVN: r40389
This commit is contained in:
parent
b6464a73f5
commit
3d9d247676
@ -1,3 +1,10 @@
|
|||||||
|
2001-03-11 Zack Weinberg <zackw@stanford.edu>
|
||||||
|
|
||||||
|
* configure.in: AC_SUBST xm_defines.
|
||||||
|
* configure: Regenerate.
|
||||||
|
* Makefile.in: Set DEFINES=$(xm_defines) when building
|
||||||
|
tconfig.h.
|
||||||
|
|
||||||
2001-03-11 Neil Booth <neil@daikokuya.demon.co.uk>
|
2001-03-11 Neil Booth <neil@daikokuya.demon.co.uk>
|
||||||
|
|
||||||
* cppfiles.c (INCLUDE_LEN_FUDGE, ENOMEM): Delete.
|
* cppfiles.c (INCLUDE_LEN_FUDGE, ENOMEM): Delete.
|
||||||
|
@ -271,6 +271,7 @@ host_xm_file_list=@host_xm_file_list@
|
|||||||
host_xm_file=@host_xm_file@
|
host_xm_file=@host_xm_file@
|
||||||
host_xm_defines=@host_xm_defines@
|
host_xm_defines=@host_xm_defines@
|
||||||
xm_file=@xm_file@
|
xm_file=@xm_file@
|
||||||
|
xm_defines=@xm_defines@
|
||||||
lang_specs_files=@lang_specs_files@
|
lang_specs_files=@lang_specs_files@
|
||||||
lang_options_files=@lang_options_files@
|
lang_options_files=@lang_options_files@
|
||||||
lang_tree_files=@lang_tree_files@
|
lang_tree_files=@lang_tree_files@
|
||||||
@ -886,7 +887,8 @@ cs-hconfig.h: Makefile
|
|||||||
$(SHELL) $(srcdir)/mkconfig.sh hconfig.h
|
$(SHELL) $(srcdir)/mkconfig.sh hconfig.h
|
||||||
|
|
||||||
cs-tconfig.h: Makefile
|
cs-tconfig.h: Makefile
|
||||||
HEADERS="$(xm_file)" DEFINES="" TARGET_CPU_DEFAULT="" \
|
HEADERS="$(xm_file)" DEFINES="$(xm_defines)" \
|
||||||
|
TARGET_CPU_DEFAULT="" \
|
||||||
$(SHELL) $(srcdir)/mkconfig.sh tconfig.h
|
$(SHELL) $(srcdir)/mkconfig.sh tconfig.h
|
||||||
|
|
||||||
cs-tm_p.h: Makefile
|
cs-tm_p.h: Makefile
|
||||||
|
477
gcc/configure
vendored
477
gcc/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -1914,6 +1914,7 @@ AC_SUBST(tm_file)
|
|||||||
AC_SUBST(tm_p_file_list)
|
AC_SUBST(tm_p_file_list)
|
||||||
AC_SUBST(tm_p_file)
|
AC_SUBST(tm_p_file)
|
||||||
AC_SUBST(xm_file)
|
AC_SUBST(xm_file)
|
||||||
|
AC_SUBST(xm_defines)
|
||||||
AC_SUBST(will_use_collect2)
|
AC_SUBST(will_use_collect2)
|
||||||
AC_SUBST(c_target_objs)
|
AC_SUBST(c_target_objs)
|
||||||
AC_SUBST(cxx_target_objs)
|
AC_SUBST(cxx_target_objs)
|
||||||
|
Loading…
Reference in New Issue
Block a user