Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/distrib/utils Pull up revisions 1.7-1.8 (requested by he):
details: https://anonhg.NetBSD.org/src/rev/886c41cf0013
branches: netbsd-1-4
changeset: 470298:886c41cf0013
user: he <he%NetBSD.org@localhost>
date: Sun Feb 06 19:58:00 2000 +0000
description:
Pull up revisions 1.7-1.8 (requested by he):
Do not compile with -msoft-float on m68k, because stubs are
missing from libgcc. Instead, rely on FP emulator in the kernel.
Fixes PR#9294.
diffstat:
distrib/utils/Makefile.inc | 12 ++----------
1 files changed, 2 insertions(+), 10 deletions(-)
diffs (20 lines):
diff -r 050d802c0399 -r 886c41cf0013 distrib/utils/Makefile.inc
--- a/distrib/utils/Makefile.inc Sun Feb 06 19:46:42 2000 +0000
+++ b/distrib/utils/Makefile.inc Sun Feb 06 19:58:00 2000 +0000
@@ -1,14 +1,6 @@
-# $NetBSD: Makefile.inc,v 1.6 1998/03/02 19:50:53 cgd Exp $
+# $NetBSD: Makefile.inc,v 1.6.2.1 2000/02/06 19:58:00 he Exp $
# utils one might want in a crunched binary
LDSTATIC= -static # only static compilation makes sense here
-# Want to avoid floating point in the RAMDISK
-# so the FPU emulator is not required.
-.if (${MACHINE_ARCH} == "m68k")
-COPTS+= -msoft-float
-.endif
-
-install: .NOTMAIN
- @echo "install not expected"
-
+install: .NOTMAIN .MADE
Home |
Main Index |
Thread Index |
Old Index