Commit 515ae71b by Eric Botcazou Committed by Eric Botcazou

Makefile.in (LIBUNWIND): Move dependency for shared libgcc.

	* Makefile.in (LIBUNWIND): Move dependency for shared libgcc.
	Remove useless endif/ifneq ($(enable_shared),yes) pair.

From-SVN: r223412
parent f819300f
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> 2015-05-15 Martin Galvan <martin.galvan@tallertechnologies.com>
* config/arm/lib1funcs.S (CFI_START_FUNCTION, CFI_END_FUNCTION): * config/arm/lib1funcs.S (CFI_START_FUNCTION, CFI_END_FUNCTION):
......
...@@ -910,17 +910,14 @@ all: libgcc.a libgcov.a ...@@ -910,17 +910,14 @@ all: libgcc.a libgcov.a
ifneq ($(LIBUNWIND),) ifneq ($(LIBUNWIND),)
all: libunwind.a all: libunwind.a
libgcc_s$(SHLIB_EXT): libunwind$(SHLIB_EXT)
endif endif
ifeq ($(enable_shared),yes) ifeq ($(enable_shared),yes)
all: libgcc_eh.a libgcc_s$(SHLIB_EXT) all: libgcc_eh.a libgcc_s$(SHLIB_EXT)
ifneq ($(LIBUNWIND),) ifneq ($(LIBUNWIND),)
all: libunwind$(SHLIB_EXT) all: libunwind$(SHLIB_EXT)
libgcc_s$(SHLIB_EXT): libunwind$(SHLIB_EXT)
endif endif
endif
ifeq ($(enable_shared),yes)
# Map-file generation. # Map-file generation.
ifneq ($(SHLIB_MKMAP),) ifneq ($(SHLIB_MKMAP),)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment