Add missing dependency for pt-crti.o

This commit is contained in:
Andreas Schwab 2012-02-08 11:40:39 +01:00
parent e65f435658
commit 2832840339
2 changed files with 6 additions and 0 deletions

View 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.

View 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