about summary refs log tree commit diff
path: root/sysdeps/mach/hurd
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-10-29 04:39:05 +0000
committerRoland McGrath <roland@gnu.org>2001-10-29 04:39:05 +0000
commitd3b82fcc5f62ca7f0e462a0765689c368dfc6b90 (patch)
tree4a7d649afbb31e8ac954a9204e97ee2879b45531 /sysdeps/mach/hurd
parentab0a3efc49493924133e9daf038d877598e03668 (diff)
downloadglibc-d3b82fcc5f62ca7f0e462a0765689c368dfc6b90.tar.gz
glibc-d3b82fcc5f62ca7f0e462a0765689c368dfc6b90.tar.xz
glibc-d3b82fcc5f62ca7f0e462a0765689c368dfc6b90.zip
Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
	* sysdeps/mach/powerpc/machine-sp.h: New file.
	* sysdeps/mach/powerpc/sysdep.h: New file.
	* sysdeps/mach/powerpc/thread_state.h: New file.

	* sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
	* sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
	expect to need the same thing on every platform.

	* sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
	* sysdeps/generic/sys/ucontext.h: ... to replace this one.
Diffstat (limited to 'sysdeps/mach/hurd')
-rw-r--r--sysdeps/mach/hurd/Makefile10
-rw-r--r--sysdeps/mach/hurd/i386/Makefile9
2 files changed, 10 insertions, 9 deletions
diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile
index 586ca4a20c..f34a577c49 100644
--- a/sysdeps/mach/hurd/Makefile
+++ b/sysdeps/mach/hurd/Makefile
@@ -184,6 +184,16 @@ link-libc-static := $(link-libc) -Wl,-\( \
 endif
 endif
 
+ifeq ($(subdir),csu)
+
+extra-objs += static-start.o
+
+# We need special startup code for statically linked binaries.
+$(objpfx)crt0.o: $(objpfx)static-start.o $(objpfx)abi-note.o $(objpfx)init.o
+	$(link-relocatable)
+
+endif
+
 ifeq (hurd, $(subdir))
 sysdep_routines += cthreads
 endif
diff --git a/sysdeps/mach/hurd/i386/Makefile b/sysdeps/mach/hurd/i386/Makefile
deleted file mode 100644
index b3c619a13d..0000000000
--- a/sysdeps/mach/hurd/i386/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-ifeq ($(subdir),csu)
-
-extra-objs += static-start.o
-
-# We need special startup code for statically linked binaries.
-$(objpfx)crt0.o: $(objpfx)static-start.o $(objpfx)abi-note.o $(objpfx)init.o
-	$(link-relocatable)
-
-endif