Makefile.in (LIBUNWIND): Move dependency for shared libgcc.
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 19 May 2015 19:02:55 +0000 (19:02 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 19 May 2015 19:02:55 +0000 (19:02 +0000)
* Makefile.in (LIBUNWIND): Move dependency for shared libgcc.
Remove useless endif/ifneq ($(enable_shared),yes) pair.

From-SVN: r223412

libgcc/ChangeLog
libgcc/Makefile.in

index 4bf7c750611f8ebdd852a1822a93d9e401b88df7..51b6cf28445c9a2dab7262f3d680ac015b48d492 100644 (file)
@@ -1,3 +1,8 @@
+2015-05-19  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * Makefile.in (LIBUNWIND): Move dependency for shared libgcc.
+       Remove useless endif/ifneq ($(enable_shared),yes) pair.
+
 2015-05-15  Martin Galvan  <martin.galvan@tallertechnologies.com>
 
         * config/arm/lib1funcs.S (CFI_START_FUNCTION, CFI_END_FUNCTION):
index 1ab188d632104b73cd8f44413cd7589cbef68886..1f2b80695122776752febd8b3dc413080f643c23 100644 (file)
@@ -910,17 +910,14 @@ all: libgcc.a libgcov.a
 
 ifneq ($(LIBUNWIND),)
 all: libunwind.a
-libgcc_s$(SHLIB_EXT): libunwind$(SHLIB_EXT)
 endif
 
 ifeq ($(enable_shared),yes)
 all: libgcc_eh.a libgcc_s$(SHLIB_EXT)
 ifneq ($(LIBUNWIND),)
 all: libunwind$(SHLIB_EXT)
+libgcc_s$(SHLIB_EXT): libunwind$(SHLIB_EXT)
 endif
-endif
-
-ifeq ($(enable_shared),yes)
 
 # Map-file generation.
 ifneq ($(SHLIB_MKMAP),)