diff options
Diffstat (limited to 'sysutils/c++rt0/DESCR')
-rw-r--r-- | sysutils/c++rt0/DESCR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/c++rt0/DESCR b/sysutils/c++rt0/DESCR index d830fbca4ad..81ddfc9972e 100644 --- a/sysutils/c++rt0/DESCR +++ b/sysutils/c++rt0/DESCR @@ -3,7 +3,7 @@ it can only handle offsets up to a certain size, and can fail to work in large programs. Compiling -fPIC allows larger offsets and should permit large programs to function. As mixing object files compiled with -fpic and -fPIC isn't allowed, the system c++rt0.o must be exchanged so that --fPIC can be used everywhere. +-fPIC can be used everywhere. This package allows most of pkgsrc to compile on NetBSD/sparc systems which run an OS version prior to 1.4.3 (which already contains this fix). |