summaryrefslogtreecommitdiffstats
path: root/lib/libstand
diff options
context:
space:
mode:
authorrobert <robert@FreeBSD.org>2001-10-15 14:27:37 +0000
committerrobert <robert@FreeBSD.org>2001-10-15 14:27:37 +0000
commitaaf5536e2dfd91ab184fa63e01b4959fdf2fee42 (patch)
tree20446c443d13e398b0032207367ea990d33f62ee /lib/libstand
parentf9de0abc76c4e3689b1193475d1984d9fb185aa2 (diff)
downloadFreeBSD-src-aaf5536e2dfd91ab184fa63e01b4959fdf2fee42.zip
FreeBSD-src-aaf5536e2dfd91ab184fa63e01b4959fdf2fee42.tar.gz
Make this Makefile suitable for sparc64.
Diffstat (limited to 'lib/libstand')
-rw-r--r--lib/libstand/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile
index 39d8421..4fde525 100644
--- a/lib/libstand/Makefile
+++ b/lib/libstand/Makefile
@@ -25,7 +25,6 @@ CFLAGS+= -mpreferred-stack-boundary=2
CFLAGS+= -msoft-float
.endif
-
# standalone components and stuff we have modified locally
SRCS+= __main.c assert.c bcd.c bswap.c environment.c getopt.c gets.c \
globals.c pager.c printf.c strdup.c strerror.c strtol.c random.c \
@@ -36,7 +35,8 @@ SRCS+= strcasecmp.c
# string functions from libc
.PATH: ${.CURDIR}/../libc/string
-.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc"
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc" || \
+ ${MACHINE_ARCH} == "sparc64"
SRCS+= bcmp.c bcopy.c bzero.c ffs.c index.c memccpy.c memchr.c memcmp.c \
memcpy.c memmove.c memset.c qdivrem.c rindex.c strcat.c strchr.c \
strcmp.c strcpy.c strcspn.c strlen.c strncat.c strncmp.c strncpy.c \
@@ -108,9 +108,12 @@ SRCS+= __divdi3.S __divsi3.S __moddi3.S __modsi3.S
SRCS+= __udivdi3.S __udivsi3.S __umoddi3.S __umodsi3.S
.endif
+.if ${MACHINE_ARCH} != "sparc64"
# _setjmp/_longjmp
.PATH: ${.CURDIR}/${MACHINE_ARCH}
SRCS+= _setjmp.S
+.endif
+
# really only required for i386
CFLAGS+=-I${.CURDIR}/../libc/${MACHINE_ARCH}
OpenPOWER on IntegriCloud