diff options
author | zuntum <zuntum> | 2001-10-31 22:48:50 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-10-31 22:48:50 +0000 |
commit | 264683378c92888faea0fbbd3616957f6ea25cb8 (patch) | |
tree | d65e023ed59adad0246104a6d7b73f8ff550cae9 /sysutils/c++rt0/DESCR | |
parent | ed37a7caa97fb686ec7e112379db680fa6a97037 (diff) | |
download | pkgsrc-264683378c92888faea0fbbd3616957f6ea25cb8.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'sysutils/c++rt0/DESCR')
-rw-r--r-- | sysutils/c++rt0/DESCR | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysutils/c++rt0/DESCR b/sysutils/c++rt0/DESCR new file mode 100644 index 00000000000..d830fbca4ad --- /dev/null +++ b/sysutils/c++rt0/DESCR @@ -0,0 +1,9 @@ +The default NetBSD/sparc /usr/lib/c++rt0.o is compiled -fpic. This means +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. + +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). |