diff options
author | deischen <deischen@FreeBSD.org> | 2003-10-09 02:32:28 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2003-10-09 02:32:28 +0000 |
commit | 801ac4642e11a2cf9134ccfb8ab1176676a53071 (patch) | |
tree | 21b3526c5078d15e98b44fbae852155235a35f80 /lib/libpthread/arch/sparc64/Makefile.inc | |
parent | d01beebd5ad79bf1a977f280904a2135965e048e (diff) | |
download | FreeBSD-src-801ac4642e11a2cf9134ccfb8ab1176676a53071.zip FreeBSD-src-801ac4642e11a2cf9134ccfb8ab1176676a53071.tar.gz |
Add preliminary sparc64 support to libpthread. This does not
yet work, but hopefully someone familiar with the sparc64
port can pick up the reins.
Submitted by: jake
With mods by: deischen
Diffstat (limited to 'lib/libpthread/arch/sparc64/Makefile.inc')
-rw-r--r-- | lib/libpthread/arch/sparc64/Makefile.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libpthread/arch/sparc64/Makefile.inc b/lib/libpthread/arch/sparc64/Makefile.inc new file mode 100644 index 0000000..07107b4 --- /dev/null +++ b/lib/libpthread/arch/sparc64/Makefile.inc @@ -0,0 +1,5 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/${MACHINE_ARCH} + +SRCS+= pthread_md.c thr_getcontext.S |