Build SA libs with -mmemcpy and set LIBSA_USE_MEMSET and LIBSA_USE_MEMCPY.
This commit is contained in:
parent
9d95be4e68
commit
5e64969e37
@ -1,12 +1,13 @@
|
||||
# $NetBSD: Makefile,v 1.2 2000/01/23 17:04:06 mycroft Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2002/04/13 02:30:30 tsutsui Exp $
|
||||
|
||||
S= ${.CURDIR}/../../../..
|
||||
|
||||
OBJS= romcalls.o
|
||||
|
||||
CFLAGS= -Os -G 0 -mno-abicalls -Wall
|
||||
CFLAGS= -Os -mmemcpy -mno-abicalls -G 0 -Wall
|
||||
|
||||
CPPFLAGS+= -D_STANDALONE #-DBOOT_DEBUG
|
||||
CPPFLAGS+= -DLIBSA_USE_MEMSET -DLIBSA_USE_MEMCPY
|
||||
CPPFLAGS+= -I. -I${S}
|
||||
|
||||
AFLAGS= -D_LOCORE
|
||||
|
Loading…
Reference in New Issue
Block a user