Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/arch/arm/gen On the libc/libgcc clashes cleanup tha...
details: https://anonhg.NetBSD.org/src/rev/9543759d7dd4
branches: trunk
changeset: 780084:9543759d7dd4
user: reinoud <reinoud%NetBSD.org@localhost>
date: Wed Jul 11 18:24:27 2012 +0000
description:
On the libc/libgcc clashes cleanup that removed divsi3.o from libc, ARM/evbarm
was forgotten. This patch fixes it making static binaries possible again!
diffstat:
lib/libc/arch/arm/gen/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (12 lines):
diff -r 522604ca4fa9 -r 9543759d7dd4 lib/libc/arch/arm/gen/Makefile.inc
--- a/lib/libc/arch/arm/gen/Makefile.inc Wed Jul 11 18:21:27 2012 +0000
+++ b/lib/libc/arch/arm/gen/Makefile.inc Wed Jul 11 18:24:27 2012 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.inc,v 1.16 2009/12/06 07:12:17 uebayasi Exp $
+# $NetBSD: Makefile.inc,v 1.17 2012/07/11 18:24:27 reinoud Exp $
-SRCS+= alloca.S byte_swap_2.S byte_swap_4.S bswap64.c divsi3.S \
+SRCS+= alloca.S byte_swap_2.S byte_swap_4.S bswap64.c \
fabs.c flt_rounds.c
# Common ieee754 constants and functions
Home |
Main Index |
Thread Index |
Old Index