Add -ffreestanding to CFLAGS for ia64. This should probably be global
like on the kernel.
This commit is contained in:
parent
1f0d97f8af
commit
824789c4ed
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user