summaryrefslogtreecommitdiff
path: root/headers.m4
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-08-07 22:55:36 +0200
committerThomas Schwinge <thomas@codesourcery.com>2012-08-07 22:55:36 +0200
commita0bca9895bca67591127680860077b2658830e96 (patch)
tree4146e4a8e953993d041f9f4e0888409c0c2c1113 /headers.m4
parent549aba4335946c26f2701c2b43be0e6148d27c09 (diff)
Remove L4 port.
* Makefile.am: Remove file. * headers.m4: Likewise. * sysdeps/l4/bits/pthread-np.h: Likewise. * sysdeps/l4/hurd/bits/pthread-np.h: Likewise. * sysdeps/l4/hurd/ia32/pt-machdep.c: Likewise. * sysdeps/l4/hurd/ia32/pt-setup.c: Likewise. * sysdeps/l4/hurd/ia32/signal-dispatch-lowlevel.c: Likewise. * sysdeps/l4/hurd/powerpc/pt-machdep.c: Likewise. * sysdeps/l4/hurd/powerpc/pt-setup.c: Likewise. * sysdeps/l4/hurd/pt-block.c: Likewise. * sysdeps/l4/hurd/pt-kill.c: Likewise. * sysdeps/l4/hurd/pt-setactivity-np.c: Likewise. * sysdeps/l4/hurd/pt-sigstate-destroy.c: Likewise. * sysdeps/l4/hurd/pt-sigstate-init.c: Likewise. * sysdeps/l4/hurd/pt-sigstate.c: Likewise. * sysdeps/l4/hurd/pt-startup.c: Likewise. * sysdeps/l4/hurd/pt-sysdep.c: Likewise. * sysdeps/l4/hurd/pt-sysdep.h: Likewise. * sysdeps/l4/hurd/pt-thread-alloc.c: Likewise. * sysdeps/l4/hurd/pt-thread-halt.c: Likewise. * sysdeps/l4/hurd/pt-thread-start.c: Likewise. * sysdeps/l4/hurd/pt-wakeup.c: Likewise. * sysdeps/l4/hurd/sig-sysdep.h: Likewise. * sysdeps/l4/hurd/sigprocmask.c: Likewise. * sysdeps/l4/pt-block.c: Likewise. * sysdeps/l4/pt-docancel.c: Likewise. * sysdeps/l4/pt-pool-np.c: Likewise. * sysdeps/l4/pt-spin.c: Likewise. * sysdeps/l4/pt-stack-alloc.c: Likewise. * sysdeps/l4/pt-thread-alloc.c: Likewise. * sysdeps/l4/pt-thread-dealloc.c: Likewise. * sysdeps/l4/pt-thread-halt.c: Likewise. * sysdeps/l4/pt-thread-start.c: Likewise. * sysdeps/l4/pt-timedblock.c: Likewise. * sysdeps/l4/pt-wakeup.c: Likewise. * TODO: Update. * signal/README: Likewise.
Diffstat (limited to 'headers.m4')
-rw-r--r--headers.m445
1 files changed, 0 insertions, 45 deletions
diff --git a/headers.m4 b/headers.m4
deleted file mode 100644
index 5a58b9b..0000000
--- a/headers.m4
+++ /dev/null
@@ -1,45 +0,0 @@
-# headers.m4 - Autoconf snippets to install links for header files.
-# Copyright 2003, 2008 Free Software Foundation, Inc.
-# Written by Marcus Brinkmann <marcus@gnu.org>.
-#
-# This file is free software; as a special exception the author gives
-# unlimited permission to copy and/or distribute it, with or without
-# modifications, as long as this notice is preserved.
-#
-# This file is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
-# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-AC_CONFIG_LINKS([
- sysroot/include/pthread.h:libpthread/include/pthread.h
- sysroot/include/pthread/pthread.h:libpthread/include/pthread/pthread.h
- sysroot/include/pthread/pthreadtypes.h:libpthread/include/pthread/pthreadtypes.h
- sysroot/include/bits/memory.h:libpthread/sysdeps/${arch}/bits/memory.h
- sysroot/include/bits/spin-lock.h:libpthread/sysdeps/${arch}/bits/spin-lock.h
- sysroot/include/bits/spin-lock-inline.h:libpthread/sysdeps/${arch}/bits/spin-lock-inline.h
- sysroot/include/bits/pthreadtypes.h:libpthread/sysdeps/generic/bits/pthreadtypes.h
- sysroot/include/bits/barrier-attr.h:libpthread/sysdeps/generic/bits/barrier-attr.h
- sysroot/include/bits/barrier.h:libpthread/sysdeps/generic/bits/barrier.h
- sysroot/include/bits/cancelation.h:libpthread/sysdeps/generic/bits/cancelation.h
- sysroot/include/bits/condition-attr.h:libpthread/sysdeps/generic/bits/condition-attr.h
- sysroot/include/bits/condition.h:libpthread/sysdeps/generic/bits/condition.h
- sysroot/include/bits/mutex-attr.h:libpthread/sysdeps/generic/bits/mutex-attr.h
- sysroot/include/bits/mutex.h:libpthread/sysdeps/generic/bits/mutex.h
- sysroot/include/bits/once.h:libpthread/sysdeps/generic/bits/once.h
- sysroot/include/bits/pthread.h:libpthread/sysdeps/generic/bits/pthread.h
- sysroot/include/bits/rwlock-attr.h:libpthread/sysdeps/generic/bits/rwlock-attr.h
- sysroot/include/bits/rwlock.h:libpthread/sysdeps/generic/bits/rwlock.h
- sysroot/include/bits/thread-attr.h:libpthread/sysdeps/generic/bits/thread-attr.h
- sysroot/include/bits/thread-barrier.h:libpthread/sysdeps/generic/bits/thread-barrier.h
- sysroot/include/bits/thread-specific.h:libpthread/sysdeps/generic/bits/thread-specific.h
- sysroot/include/bits/pthread-np.h:libpthread/sysdeps/l4/hurd/bits/pthread-np.h
- sysroot/include/semaphore.h:libpthread/include/semaphore.h
- sysroot/include/bits/semaphore.h:libpthread/sysdeps/generic/bits/semaphore.h
- sysroot/include/signal.h:libpthread/signal/signal.h
-])
-
-AC_CONFIG_COMMANDS_POST([
- mkdir -p sysroot/lib libpthread &&
- ln -sf ../../libpthread/libpthread.a sysroot/lib/ &&
- touch libpthread/libpthread.a
-])