Source-Changes-HG archive

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

[src/trunk]: src/lib/libc_vfp Always compile as arm code.



details:   https://anonhg.NetBSD.org/src/rev/702c35f37a4e
branches:  trunk
changeset: 789473:702c35f37a4e
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Aug 19 22:22:23 2013 +0000

description:
Always compile as arm code.

diffstat:

 lib/libc_vfp/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a2ffd0eb494f -r 702c35f37a4e lib/libc_vfp/Makefile
--- a/lib/libc_vfp/Makefile     Mon Aug 19 22:15:13 2013 +0000
+++ b/lib/libc_vfp/Makefile     Mon Aug 19 22:22:23 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2013/01/28 18:57:10 matt Exp $
+#      $NetBSD: Makefile,v 1.3 2013/08/19 22:22:23 matt Exp $
 #
 
 LIB=           c_vfp
@@ -7,7 +7,7 @@
 
 .include <bsd.own.mk>
 
-CPUFLAGS+=     -mfpu=vfp
+CPUFLAGS+=     -mfpu=vfp -marm
 
 SRCS=          vfpsf.S vfpdf.S
 



Home | Main Index | Thread Index | Old Index