diff options
author | tv <tv@pkgsrc.org> | 1999-05-06 20:07:21 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-06 20:07:21 +0000 |
commit | 6ffc0333dac9095cdb8b0303acfe10fba612a42d (patch) | |
tree | 0ce11f00e4abcf3c54cd00aad9edef5ead4b10cf /devel/ptl2/pkg | |
parent | a168b58f8e72d241166aaba7e9b5a2b27129f6b1 (diff) | |
download | pkgsrc-6ffc0333dac9095cdb8b0303acfe10fba612a42d.tar.gz |
Use proper ELF build (with -soname); also add c++rt0 for a.out and
crt{begin,end}S for ELF so that a constructor does not have to be attached
to every resultant .o file (_pthread_init() becomes a constructor in the
library itself). Add ptlg++ as analogue of ptlgcc.
The pkgname is renamed ptl-990315 (drop -current-) so this version is not
considered compatible in binary form.
Diffstat (limited to 'devel/ptl2/pkg')
-rw-r--r-- | devel/ptl2/pkg/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ptl2/pkg/PLIST b/devel/ptl2/pkg/PLIST index 2b735b86512..b38f63ce2f9 100644 --- a/devel/ptl2/pkg/PLIST +++ b/devel/ptl2/pkg/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 1999/03/30 00:59:24 msaitoh Exp $ +@comment $NetBSD: PLIST,v 1.3 1999/05/06 20:07:22 tv Exp $ bin/ptlgcc +bin/ptlg++ lib/libPTL.a -lib/libPTL.so lib/libPTL.so.1.1 |