Add -ffreestanding to CFLAGS for ia64. This should probably be global

like on the kernel.
This commit is contained in:
Peter Wemm 2002-03-19 12:03:05 +00:00
parent 9eb6e51923
commit 2794bddccf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92693

View File

@ -104,6 +104,8 @@ SRCS+= bcmp.c bcopy.S bzero.S ffs.S index.c memccpy.c memchr.c memcmp.c \
.PATH: ${.CURDIR}/../libc/ia64/gen
SRCS+= __divdi3.S __divsi3.S __moddi3.S __modsi3.S
SRCS+= __udivdi3.S __udivsi3.S __umoddi3.S __umodsi3.S
# XXX should be global
CFLAGS+= -ffreestanding
.endif
.if ${MACHINE_ARCH} != "sparc64"