Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/quad earm* need __lshldi3
details: https://anonhg.NetBSD.org/src/rev/cbf234cbf99d
branches: trunk
changeset: 780797:cbf234cbf99d
user: matt <matt%NetBSD.org@localhost>
date: Mon Aug 06 08:17:58 2012 +0000
description:
earm* need __lshldi3
diffstat:
lib/libc/quad/Makefile.inc | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 4dd5a6c36d0e -r cbf234cbf99d lib/libc/quad/Makefile.inc
--- a/lib/libc/quad/Makefile.inc Mon Aug 06 07:55:21 2012 +0000
+++ b/lib/libc/quad/Makefile.inc Mon Aug 06 08:17:58 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.13 2011/07/04 11:22:39 mrg Exp $
+# $NetBSD: Makefile.inc,v 1.14 2012/08/06 08:17:58 matt Exp $
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
# Quad support
@@ -11,6 +11,8 @@
SRCS.quad+= ashldi3.S ashrdi3.S lshrdi3.S
.elif (${MACHINE_ARCH} == "m68000")
SRCS.quad+= ashldi3.S lshrdi3.S
+.elif (${MACHINE_ARCH} == "earm" || ${MACHINE_ARCH} == "earmeb")
+SRCS.quad+= ashrdi3.c lshldi3.c lshrdi3.c
.else
SRCS.quad+= ashldi3.c ashrdi3.c lshrdi3.c
.endif
Home |
Main Index |
Thread Index |
Old Index