Makefile.in (BUILD_CPPLIB): Move $(LIBINTL) $(LIBICONV) to genmatch BUILD_LIBS instead.
authorRichard Biener <rguenther@suse.de>
Fri, 24 Oct 2014 11:09:30 +0000 (11:09 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 24 Oct 2014 11:09:30 +0000 (11:09 +0000)
2014-10-24  Richard Biener  <rguenther@suse.de>

* Makefile.in (BUILD_CPPLIB): Move $(LIBINTL) $(LIBICONV)
to genmatch BUILD_LIBS instead.

From-SVN: r216632

gcc/ChangeLog
gcc/Makefile.in

index b72f4cb663d7d83e25f9847af3526f4c9a6857a6..683edcc1a53d7fca58301c7acd1f50827262fdf1 100644 (file)
@@ -1,3 +1,8 @@
+2014-10-24  Richard Biener  <rguenther@suse.de>
+
+       * Makefile.in (BUILD_CPPLIB): Move $(LIBINTL) $(LIBICONV)
+       to genmatch BUILD_LIBS instead.
+
 2014-10-24  Richard Biener  <rguenther@suse.de>
 
        * genmatch.c (expr::gen_transform): Use fold_buildN_loc
index b7b3f600a76b89ea2a2b214218024f08fa1768b0..d22da136245dd97c47122f22806766829d363541 100644 (file)
@@ -981,15 +981,6 @@ else
 LIBIBERTY = ../libiberty/libiberty.a
 BUILD_LIBIBERTY = $(build_libobjdir)/libiberty/libiberty.a
 endif
-# For stage1 and when cross-compiling use the build libcpp which is
-# built with NLS disabled.  For stage2+ use the host library and
-# its dependencies.
-ifeq ($(build_objdir),$(build_libobjdir))
-BUILD_CPPLIB = $(build_libobjdir)/libcpp/libcpp.a
-else
-BUILD_CPPLIB = $(CPPLIB) $(LIBIBERTY) $(LIBINTL) $(LIBICONV)
-build/genmatch$(build_exeext): BUILD_LIBDEPS += $(LIBINTL_DEP) $(LIBICONV_DEP)
-endif
 
 # Dependencies on the intl and portability libraries.
 LIBDEPS= libcommon.a $(CPPLIB) $(LIBIBERTY) $(LIBINTL_DEP) $(LIBICONV_DEP) \
@@ -2529,6 +2520,17 @@ genprog = $(genprogerr) check checksum condmd match
 # These programs need libs over and above what they get from the above list.
 build/genautomata$(build_exeext) : BUILD_LIBS += -lm
 
+# For stage1 and when cross-compiling use the build libcpp which is
+# built with NLS disabled.  For stage2+ use the host library and
+# its dependencies.
+ifeq ($(build_objdir),$(build_libobjdir))
+BUILD_CPPLIB = $(build_libobjdir)/libcpp/libcpp.a
+else
+BUILD_CPPLIB = $(CPPLIB) $(LIBIBERTY)
+build/genmatch$(build_exeext): BUILD_LIBDEPS += $(LIBINTL_DEP) $(LIBICONV_DEP)
+build/genmatch$(build_exeext): BUILD_LIBS += $(LIBINTL) $(LIBICONV)
+endif
+
 build/genmatch$(build_exeext) : $(BUILD_CPPLIB) \
   $(BUILD_ERRORS) build/vec.o build/hash-table.o