diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-12-05 21:36:59 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-12-05 21:36:59 +0000 |
commit | 76a9878ebce0e78ddc0192b72d842b62292ef5d7 (patch) | |
tree | 2d858ee0e7d29e82c26860a491844b82e6dbd7a7 /lang/gcc-devel/pkg-plist | |
parent | 3d3c68d7e4f307824eb21793fcfb7a787be36845 (diff) |
Change name of programs from e<program_name> to g<program_name>, since
e<program_name> conflicts with the egcs port. I'm open to a better nameing
scheme.
Also change the shared libs configuring logic a little bit due to changed
way of doing it on libstdc++-v3, which this snapshot uses by default.
Notes
Notes:
svn path=/head/; revision=35702
Diffstat (limited to 'lang/gcc-devel/pkg-plist')
-rw-r--r-- | lang/gcc-devel/pkg-plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/gcc-devel/pkg-plist b/lang/gcc-devel/pkg-plist index 937fbde90edf..264f8e69036e 100644 --- a/lang/gcc-devel/pkg-plist +++ b/lang/gcc-devel/pkg-plist @@ -1,8 +1,8 @@ @comment $FreeBSD$ -bin/eg++filt -bin/eg++ -bin/eg77 -bin/egcc +bin/gg++filt +bin/gg++ +bin/gg77 +bin/ggcc bin/%%GNU_HOST%%-gcc bin/%%GNU_HOST%%-g++ bin/gccbug-%%SNAPVER%% |