Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/newsmips/stand Add -mmemcpy to CFLAGS.



details:   https://anonhg.NetBSD.org/src/rev/de91762d24e8
branches:  trunk
changeset: 525566:de91762d24e8
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Apr 13 02:29:08 2002 +0000

description:
Add -mmemcpy to CFLAGS.

diffstat:

 sys/arch/newsmips/stand/boot/Makefile   |  4 ++--
 sys/arch/newsmips/stand/bootxx/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r a4f6f2816b77 -r de91762d24e8 sys/arch/newsmips/stand/boot/Makefile
--- a/sys/arch/newsmips/stand/boot/Makefile     Sat Apr 13 02:25:27 2002 +0000
+++ b/sys/arch/newsmips/stand/boot/Makefile     Sat Apr 13 02:29:08 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 2001/12/12 01:49:48 tv Exp $
+#      $NetBSD: Makefile,v 1.12 2002/04/13 02:29:08 tsutsui Exp $
 
 S= ${.CURDIR}/../../../..
 
@@ -18,7 +18,7 @@
 CLEANFILES+= ${PROG}.elf ${PROG}.tmp
 
 LDFLAGS= -x -N -Ttext a0700000 -e _start
-CFLAGS= -Os -G 0 -mno-abicalls -Wall
+CFLAGS= -Os -mmemcpy -mno-abicalls -G 0 -Wall
 
 CPPFLAGS+= -DSUN_BOOTPARAMS
 CPPFLAGS+= -D_STANDALONE #-DBOOT_DEBUG
diff -r a4f6f2816b77 -r de91762d24e8 sys/arch/newsmips/stand/bootxx/Makefile
--- a/sys/arch/newsmips/stand/bootxx/Makefile   Sat Apr 13 02:25:27 2002 +0000
+++ b/sys/arch/newsmips/stand/bootxx/Makefile   Sat Apr 13 02:29:08 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2001/12/12 01:49:48 tv Exp $
+#      $NetBSD: Makefile,v 1.6 2002/04/13 02:29:09 tsutsui Exp $
 
 PROG= bootxx
 SRCS= start.S bootxx.c
@@ -12,7 +12,7 @@
 COMMON!=  cd ${.CURDIR}/../common && ${PRINTOBJDIR}
 
 LDFLAGS= -x -N -Ttext a0004000 -e _start
-CFLAGS= -Os -mno-abicalls -G 0 -Wall
+CFLAGS= -Os -mmemcpy -mno-abicalls -G 0 -Wall
 
 CPPFLAGS+= -D_STANDALONE #-DBOOTXX_DEBUG
 CPPFLAGS+= -I${COMMON} -I${.CURDIR}/../../../..



Home | Main Index | Thread Index | Old Index