mirror of
https://abf.rosa.ru/djam/glibc40.git
synced 2025-02-23 15:52:52 +00:00
14 lines
427 B
Diff
14 lines
427 B
Diff
--- glibc-2.3.3/sysdeps/unix/sysv/linux/powerpc/Makefile.ppc-build 2004-04-19 06:18:35.000000000 +0000
|
|
+++ glibc-2.3.3/sysdeps/unix/sysv/linux/powerpc/Makefile 2004-11-26 12:50:57.884944570 +0000
|
|
@@ -1,4 +1,11 @@
|
|
64bit-predefine = __powerpc64__
|
|
+
|
|
+ifeq ($(config-machine),powerpc)
|
|
+ifeq ($(subdir),elf)
|
|
+sysdep-others += lddlibc4
|
|
+install-bin += lddlibc4
|
|
+endif
|
|
+endif
|
|
ifeq ($(subdir),rt)
|
|
librt-routines += rt-sysdep
|
|
endif
|