Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf Add CPPFLAGS like to BEAGLEBOAD.



details:   https://anonhg.NetBSD.org/src/rev/af47817b6ff2
branches:  trunk
changeset: 756508:af47817b6ff2
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Tue Jul 20 12:13:18 2010 +0000

description:
Add CPPFLAGS like to BEAGLEBOAD.

diffstat:

 sys/arch/evbarm/conf/OVERO |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r f130be7b97c9 -r af47817b6ff2 sys/arch/evbarm/conf/OVERO
--- a/sys/arch/evbarm/conf/OVERO        Tue Jul 20 12:09:50 2010 +0000
+++ b/sys/arch/evbarm/conf/OVERO        Tue Jul 20 12:13:18 2010 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: OVERO,v 1.2 2010/07/20 12:09:50 kiyohara Exp $
+#      $NetBSD: OVERO,v 1.3 2010/07/20 12:13:18 kiyohara Exp $
 #
 #      OVERO -- Gumstix. Inc. Overo platforms kernel
 #
@@ -17,6 +17,7 @@
 options        CPU_CORTEXA8
 options        OMAP_3530
 options        PMAPCOUNTERS
+makeoptions    CPUFLAGS="-mcpu=arm1136jf-s"
 
 # Architecture options
 



Home | Main Index | Thread Index | Old Index