diff options
author | grehan <grehan@FreeBSD.org> | 2004-03-02 06:25:20 +0000 |
---|---|---|
committer | grehan <grehan@FreeBSD.org> | 2004-03-02 06:25:20 +0000 |
commit | a0da296615273933725b95d96e4e763dc8ed6c97 (patch) | |
tree | 9948fbb590f2d771d9249175c723bc9ff7bb98c7 /lib/libthr/arch/powerpc/Makefile.inc | |
parent | da9e056b3c287c3f8a211328713efb3d34bfc19c (diff) | |
download | FreeBSD-src-a0da296615273933725b95d96e4e763dc8ed6c97.zip FreeBSD-src-a0da296615273933725b95d96e4e763dc8ed6c97.tar.gz |
libthr powerpc support.
Submitted by: Suleiman Souhlal <refugee@segfaulted.com>
Tested with: most libpthread tests, Apache 'worker' MDM
Diffstat (limited to 'lib/libthr/arch/powerpc/Makefile.inc')
-rw-r--r-- | lib/libthr/arch/powerpc/Makefile.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libthr/arch/powerpc/Makefile.inc b/lib/libthr/arch/powerpc/Makefile.inc new file mode 100644 index 0000000..9f6f72c --- /dev/null +++ b/lib/libthr/arch/powerpc/Makefile.inc @@ -0,0 +1,5 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/sys ${.CURDIR}/arch/${MACHINE_ARCH}/${MACHINE_ARCH} + +SRCS+= _curthread.c |