Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/sparc64/cdroms/installcd Apply Joerg's changes to x8...
details: https://anonhg.NetBSD.org/src/rev/4447b68ddd1f
branches: trunk
changeset: 766248:4447b68ddd1f
user: martin <martin%NetBSD.org@localhost>
date: Sun Jun 19 10:52:08 2011 +0000
description:
Apply Joerg's changes to x86 CDs here alos:
Include libgcc_s.so symlinks in /usr/lib, so that binaries in /usr
linked against it actually work.
We realy should split this into MD and MI lists and share the MI one.
diffstat:
distrib/sparc64/cdroms/installcd/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 624d12a09060 -r 4447b68ddd1f distrib/sparc64/cdroms/installcd/Makefile
--- a/distrib/sparc64/cdroms/installcd/Makefile Sun Jun 19 10:37:07 2011 +0000
+++ b/distrib/sparc64/cdroms/installcd/Makefile Sun Jun 19 10:52:08 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2011/04/17 12:18:20 martin Exp $
+# $NetBSD: Makefile,v 1.12 2011/06/19 10:52:08 martin Exp $
CDBASE= sparc64cd # gives ${CDBASE}.iso
CDRELEASE= true # include $RELEASEDIR/$MACHINE
@@ -41,6 +41,7 @@
CDRUNTIME+= ./usr/lib/libc.so*
CDRUNTIME+= ./usr/lib/libcurses.so*
CDRUNTIME+= ./usr/lib/libedit.so*
+CDRUNTIME+= ./usr/lib/libgcc_s.so*
CDRUNTIME+= ./usr/lib/libintl.so*
CDRUNTIME+= ./usr/lib/libkvm.so*
CDRUNTIME+= ./usr/lib/libterminfo.so*
Home |
Main Index |
Thread Index |
Old Index