Add a comment to patches/patch-ac

This commit is contained in:
pho 2014-05-15 22:56:02 +00:00
parent 4282257459
commit c1745c39c5
2 changed files with 8 additions and 3 deletions

View file

@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.19 2014/05/15 22:53:46 pho Exp $
$NetBSD: distinfo,v 1.20 2014/05/15 22:56:02 pho Exp $
SHA1 (gcc-4.4.7.tar.bz2) = a6c834b0c2f58583da1d093de7a81a20ede9af75
RMD160 (gcc-4.4.7.tar.bz2) = 481609ebff38bf8a1fdf9a300dc460c1f425836a
Size (gcc-4.4.7.tar.bz2) = 63179340 bytes
SHA1 (patch-ac) = a837b37b51d3829d146819da48d7c170686f9fc0
SHA1 (patch-ac) = 7da8c27d521164c1a7801dda8ca62d1057ac8d32
SHA1 (patch-ad) = 96722d5af63a955e3d9c934b1249e5e8a1173a8c
SHA1 (patch-af) = 12f58f01e973f5684e8443ab402a70291bb6d621
SHA1 (patch-ag) = 0897b7ed75b4dc7d6ad50ecfa886edca7e29703b

View file

@ -1,4 +1,9 @@
$NetBSD: patch-ac,v 1.3 2014/05/15 22:53:46 pho Exp $
$NetBSD: patch-ac,v 1.4 2014/05/15 22:56:02 pho Exp $
Add gcc libdir to a programs rpath so that _this gcc's_ support
libraries are found. Note that there must not be a whitespace between
$(LINKER_RPATH_FLAG) and the path. Otherwise the flag may be
misinterpreted by linker (e.g. Apple's ld).
--- gcc/Makefile.in.orig 2004-06-17 15:56:58.000000000 -0600
+++ gcc/Makefile.in