Module Name: src
Committed By: martin
Date: Sun Jun 19 10:52:08 UTC 2011
Modified Files:
src/distrib/sparc64/cdroms/installcd: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/distrib/sparc64/cdroms/installcd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/sparc64/cdroms/installcd/Makefile
diff -u src/distrib/sparc64/cdroms/installcd/Makefile:1.11 src/distrib/sparc64/cdroms/installcd/Makefile:1.12
--- src/distrib/sparc64/cdroms/installcd/Makefile:1.11 Sun Apr 17 12:18:20 2011
+++ src/distrib/sparc64/cdroms/installcd/Makefile Sun Jun 19 10:52:08 2011
@@ -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*