diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-02-08 11:40:39 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2012-02-08 16:16:42 +0100 |
commit | 2832840339c561d42ec60e18c009376d828692ea (patch) | |
tree | 247d773fde423e14894b45911f8050443a5aa31f /nptl/Makefile | |
parent | e65f4356583fc4cc2c54b497d2bbda699f5826da (diff) | |
download | glibc-2832840339c561d42ec60e18c009376d828692ea.tar glibc-2832840339c561d42ec60e18c009376d828692ea.tar.gz glibc-2832840339c561d42ec60e18c009376d828692ea.tar.bz2 glibc-2832840339c561d42ec60e18c009376d828692ea.zip |
Add missing dependency for pt-crti.o
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 81661b3133..855f8f5ef2 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 |