about summary refs log tree commit diff
path: root/linuxthreads/Makefile
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-02-10 22:44:39 +0000
committerAndreas Jaeger <aj@suse.de>2001-02-10 22:44:39 +0000
commit596b2f0e21a60f3daa8f4c28f8c6dc9cf32500e9 (patch)
tree57c4202560c7dac112e9612b31b3168bc236acbd /linuxthreads/Makefile
parent7e2e677ec019befb101ae637e8599d878d7dbceb (diff)
downloadglibc-596b2f0e21a60f3daa8f4c28f8c6dc9cf32500e9.tar.gz
glibc-596b2f0e21a60f3daa8f4c28f8c6dc9cf32500e9.tar.xz
glibc-596b2f0e21a60f3daa8f4c28f8c6dc9cf32500e9.zip
Makefile (extra-objs): New.
2001-02-10  Andreas Jaeger  <aj@suse.de>

	* Makefile (extra-objs): New.
Diffstat (limited to 'linuxthreads/Makefile')
-rw-r--r--linuxthreads/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile
index 9c80a0088c..a3bd5d16ae 100644
--- a/linuxthreads/Makefile
+++ b/linuxthreads/Makefile
@@ -48,6 +48,7 @@ include ../Makeconfig
 
 ifeq ($(build-shared),yes)
 before-compile := $(objpfx)crti.o
+extra-objs = crti.o
 
 CFLAGS-pt-initfini.s = -g0 -fPIC -fno-inline-functions
 endif