From: Andreas Schwab Date: Wed, 8 Feb 2012 10:40:39 +0000 (+0100) Subject: Add missing dependency for pt-crti.o X-Git-Tag: glibc-2.16-tps~1024 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2832840339c561d42ec60e18c009376d828692ea;p=thirdparty%2Fglibc.git Add missing dependency for pt-crti.o --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 8ff14a9f235..fa844a44ee2 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2012-02-08 Andreas Schwab + + * Makefile (extra-objs) [crti.S in sysdirs]: Add pt-crti.o. + 2012-02-08 Joseph Myers Support crti.S and crtn.S provided directly by architectures. diff --git a/nptl/Makefile b/nptl/Makefile index 81661b31330..855f8f5ef2f 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -350,6 +350,8 @@ ifeq (,$(wildcard $(sysdirs:%=%/crti.S))) omit-deps += crti crtn CFLAGS-pt-initfini.s = -g0 -fPIC -fno-inline-functions $(fno-unit-at-a-time) +else +extra-objs += pt-crti.o endif endif