Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/quad ARM EABI needs left shift logical too.
details: https://anonhg.NetBSD.org/src/rev/baba8b3bcca5
branches: trunk
changeset: 786506:baba8b3bcca5
user: matt <matt%NetBSD.org@localhost>
date: Tue Apr 30 01:43:01 2013 +0000
description:
ARM EABI needs left shift logical too.
diffstat:
lib/libc/quad/Makefile.inc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r f7ee7a10b083 -r baba8b3bcca5 lib/libc/quad/Makefile.inc
--- a/lib/libc/quad/Makefile.inc Tue Apr 30 01:42:03 2013 +0000
+++ b/lib/libc/quad/Makefile.inc Tue Apr 30 01:43:01 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.15 2013/02/03 01:48:53 matt Exp $
+# $NetBSD: Makefile.inc,v 1.16 2013/04/30 01:43:01 matt Exp $
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
# Quad support
@@ -17,8 +17,8 @@
SRCS.quad+= ashldi3.S ashrdi3.S lshrdi3.S
.elif (${MACHINE_ARCH} == "m68000")
SRCS.quad+= ashldi3.S lshrdi3.S
-.elif (${MACHINE_ARCH:Mearm*} != "")
-SRCS.quad+= ashrdi3.c lshldi3.c lshrdi3.c
+.elif (!empty{LIBC_MACHINE_ARCH:Mearm*})
+SRCS.quad+= ashldi3.c ashrdi3.c lshrdi3.c lshldi3.c
.else
SRCS.quad+= ashldi3.c ashrdi3.c lshrdi3.c
.endif
Home |
Main Index |
Thread Index |
Old Index