Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/conf Fix typo in option name
details: https://anonhg.NetBSD.org/src/rev/357072babc2f
branches: trunk
changeset: 784607:357072babc2f
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Feb 03 11:36:55 2013 +0000
description:
Fix typo in option name
diffstat:
sys/arch/arm/conf/Makefile.arm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e759037e78c0 -r 357072babc2f sys/arch/arm/conf/Makefile.arm
--- a/sys/arch/arm/conf/Makefile.arm Sun Feb 03 10:58:28 2013 +0000
+++ b/sys/arch/arm/conf/Makefile.arm Sun Feb 03 11:36:55 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.arm,v 1.36 2013/02/03 00:43:14 matt Exp $
+# $NetBSD: Makefile.arm,v 1.37 2013/02/03 11:36:55 skrll Exp $
# Makefile for NetBSD
#
@@ -35,7 +35,7 @@
# CPPFLAGS set by platform-specific Makefile fragment.
AFLAGS+= -x assembler-with-cpp
COPTS.arm32_kvminit.c+= -fno-stack-protector
-CFLAGS+= -mfloat=soft
+CFLAGS+= -mfloat-abi=soft
##
## (3) libkern and compat
Home |
Main Index |
Thread Index |
Old Index