Subject: CVS commit: pkgsrc/lang/gcc3
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 05/22/2003 09:37:29
Module Name: pkgsrc
Committed By: wiz
Date: Thu May 22 09:37:28 UTC 2003
Modified Files:
pkgsrc/lang/gcc3: Makefile distinfo
Added Files:
pkgsrc/lang/gcc3/patches: patch-ab
Log Message:
Add patch from Todd Vierling in PR 21226:
The following method overrides "libgcc_link_spec" in the generated specs
file, which gives you a compiler that automatically inserts the correct
rpath argument at link time. This should work for any pkgsrc target
platform, as no platform-specific config overrides it.
Additionally, part of this fix changes the "scrubbed" LDFLAGS by
overriding that in CONFIGURE_ENV, rather than globally. Other changes to
the pkgsrc Makefile (including one I plan to submit for threads support)
may need access to the "real" LDFLAGS, so overriding it wholesale in the
pkg Makefile is Bad.
Bump version to 3.2.2nb2.
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/lang/gcc3/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/lang/gcc3/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/lang/gcc3/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.