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
This commit is contained in:
parent
f819300fa7
commit
515ae71b1c
@ -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):
|
||||
|
@ -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),)
|
||||
|
Loading…
Reference in New Issue
Block a user