Makefile.in (USE_ALLOCA): Always include alloca.o.
* Makefile.in (USE_ALLOCA): Always include alloca.o. (USE_HOST_ALLOCA): Likewise. From-SVN: r16336
This commit is contained in:
parent
ff3467a9eb
commit
3fe40e055a
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
Tue Nov 4 18:49:42 1997 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* Makefile.in (USE_ALLOCA): Always include alloca.o.
|
||||
(USE_HOST_ALLOCA): Likewise.
|
||||
|
||||
* rtl.def (CODE_LABEL): Use separate fields for LABEL_NUSES
|
||||
and LABEL_REFS fields.
|
||||
* rtl.h (LABEL_REFS): Update.
|
||||
|
|
|
@ -480,8 +480,8 @@ ALL_CFLAGS = $(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(CFLAGS) $(XCFLAGS) \
|
|||
ALL_CPPFLAGS = $(CPPFLAGS) $(X_CPPFLAGS) $(T_CPPFLAGS)
|
||||
|
||||
# Even if ALLOCA is set, don't use it if compiling with GCC.
|
||||
USE_ALLOCA= ` case "${CC}" in "${OLDCC}") echo "${ALLOCA}" ;; esac `
|
||||
USE_HOST_ALLOCA= ` case "${HOST_CC}"@"${HOST_ALLOCA}" in "${OLDCC}"@?*) echo ${HOST_PREFIX}${HOST_ALLOCA} ;; esac `
|
||||
USE_ALLOCA= ${ALLOCA}
|
||||
USE_HOST_ALLOCA= ` case "${HOST_ALLOCA}" in ?*) echo ${HOST_PREFIX}${HOST_ALLOCA} ;; esac `
|
||||
USE_HOST_MALLOC= ` case "${HOST_MALLOC}" in ?*) echo ${HOST_PREFIX}${HOST_MALLOC} ;; esac `
|
||||
USE_HOST_OBSTACK= ` case "${HOST_OBSTACK}" in ?*) echo ${HOST_PREFIX}${HOST_OBSTACK} ;; esac `
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue