* config/tc-xtensa.c (use_longcalls): Delete.
[deliverable/binutils-gdb.git] / Makefile.tpl
index 93954261c76229ddf9a2372cb4114a6f6fe038c1..9d662dc91d4d52703ca3222e6b734af61b534710 100644 (file)
@@ -75,21 +75,12 @@ LN_S = @LN_S@
 # Miscellaneous non-standard autoconf-set variables
 # -------------------------------------------------
 
-# The file containing GCC's version number.
-gcc_version_trigger = @gcc_version_trigger@
-gcc_version = @gcc_version@
-
 # The gcc driver likes to know the arguments it was configured with.
 TOPLEVEL_CONFIGURE_ARGUMENTS=@TOPLEVEL_CONFIGURE_ARGUMENTS@
 
-gxx_include_dir = @gxx_include_dir@
-libstdcxx_incdir = @libstdcxx_incdir@
-
 tooldir = @tooldir@
 build_tooldir = @build_tooldir@
 
-# Directory in which the compiler finds executables, libraries, etc.
-libsubdir = $(libdir)/gcc/$(target_alias)/$(gcc_version)
 GDB_NLM_DEPS = 
 
 # This is the name of the environment variable used for the path to
@@ -920,7 +911,7 @@ check-[+module+]:
          $(SET_LIB_PATH) \
          $(HOST_EXPORTS) \
          (cd $(HOST_SUBDIR)/[+module+] && \
-           $(MAKE) $(FLAGS_TO_PASS) [+extra_make_flags+] check)
+           $(MAKE) $(FLAGS_TO_PASS) [+extra_make_flags+] check); \
        fi
 [+ ELSE check +]
 check-[+module+]:
@@ -946,7 +937,7 @@ install-[+module+]: installdirs
        $(SET_LIB_PATH) \
        $(HOST_EXPORTS) \
        (cd $(HOST_SUBDIR)/[+module+] && \
-         $(MAKE) $(FLAGS_TO_PASS) [+extra_make_flags+] check)
+         $(MAKE) $(FLAGS_TO_PASS) [+extra_make_flags+] install)
 [+ ENDIF no_install +]
 @endif [+module+]
 
@@ -1673,7 +1664,7 @@ $(srcdir)/Makefile.in: @MAINT@ $(srcdir)/Makefile.tpl $(srcdir)/Makefile.def
 Makefile: $(srcdir)/Makefile.in config.status
        CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
-config.status: configure $(gcc_version_trigger)
+config.status: configure
        CONFIG_SHELL="$(SHELL)" $(SHELL) ./config.status --recheck
 
 # Rebuilding configure.
This page took 0.024919 seconds and 4 git commands to generate.