diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 2001-03-09 20:53:56 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2001-03-09 20:53:56 +0000 |
commit | 11642c3a7cf7c6954afa4a174632535a46cf7157 (patch) | |
tree | 761de789b427cf9d459daddeacf06dc57b99319c /gcc/config.gcc | |
parent | 2faf6b9622d88c822ab158c5f8c90e82ff7b49a6 (diff) | |
download | gcc-11642c3a7cf7c6954afa4a174632535a46cf7157.zip gcc-11642c3a7cf7c6954afa4a174632535a46cf7157.tar.gz gcc-11642c3a7cf7c6954afa4a174632535a46cf7157.tar.bz2 |
configure.in: Prune nonexistent files from build_xm_file, xm_file, and host_xm_file lists.
* configure.in: Prune nonexistent files from build_xm_file,
xm_file, and host_xm_file lists. Warn unless they're
$cpu/xm-$cpu.h.
Don't generate *config.h here.
AC_SUBST all variables needed to generate *config.h.
* configure: Regenerate.
* mkconfig.sh: New helper script, from code removed from
configure.in.
* Makefile.in: Zap all MALLOC variables - no longer used
anywhere, and malloc.c doesn't exist.
Substitute in variables needed to generate *config.h.
Stop lying about the dependencies contained in CONFIG_H and
GCONFIG_H.
(HCONFIG_H, TCONFIG_H, TM_P_H): New variables.
(config.h, hconfig.h, tconfig.h, tm_p.h, cs-config.h,
cs-hconfig.h, cs-tconfig.h, cs-tm_p.h): New rules.
(all .o): Add dependencies on $(HCONFIG_H), $(TCONFIG_H),
$(TM_P_H), etc. as appropriate.
* config.gcc: Zap references to deleted files.
* ggc-none.c: Don't include rtl.h or tm_p.h.
* config/i386/xm-beos.h, config/i386/xm-dgux.h,
config/i386/xm-djgpp.h, config/i386/xm-dos.h,
config/i386/xm-gnu.h, config/i386/xm-i386-interix.h,
config/i386/xm-linux.h, config/i386/xm-linux.h,
config/i386/xm-next.h, config/i386/xm-openbsd.h,
config/i386/xm-sun.h, config/i386/xm-sysv3.h:
Don't include i386/xm-i386.h.
* config/elxsi/xm-elxsi.h, config/i386/xm-bsd386.h,
config/i386/xm-i386.h, config/i860/xm-i860.h,
config/i960/xm-i960.h, config/mcore/xm-mcore.h,
config/mn10300/xm-mn10300.h, config/ns32k/xm-ns32k.h,
config/pj/xm-pj.h, config/sh/xm-sh.h, config/v850/xm-v850.h:
Delete (empty except comments, #includes of other deleted
files, and macros used nowhere).
cp:
* Make-lang.in: Add dependencies on $(TM_P_H) as appropriate.
From-SVN: r40350
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index d1d0cf0..7229d57 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -3248,7 +3248,6 @@ thumb*-*-*) v850-*-rtems*) cpu_type=v850 tm_file="v850/rtems.h" - xm_file="v850/xm-v850.h" tmake_file="v850/t-v850 t-rtems" if test x$stabs = xyes then @@ -3262,7 +3261,6 @@ v850-*-*) target_cpu_default="TARGET_CPU_generic" cpu_type=v850 tm_file="v850/v850.h" - xm_file="v850/xm-v850.h" tmake_file=v850/t-v850 if test x$stabs = xyes then |