]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add missing dependency for pt-crti.o
authorAndreas Schwab <schwab@linux-m68k.org>
Wed, 8 Feb 2012 10:40:39 +0000 (11:40 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Wed, 8 Feb 2012 15:16:42 +0000 (16:16 +0100)
nptl/ChangeLog
nptl/Makefile

index 8ff14a9f235c2318492df3eafe990f88417ac560..fa844a44ee2c7d5c22ff8650ec1eaa2be1ea2160 100644 (file)
@@ -1,3 +1,7 @@
+2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * Makefile (extra-objs) [crti.S in sysdirs]: Add pt-crti.o.
+
 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
 
        Support crti.S and crtn.S provided directly by architectures.
index 81661b313300266208daa2e627687e811f06627e..855f8f5ef2f140a6d5ff51a9362adcdfb8967e5a 100644 (file)
@@ -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