summaryrefslogtreecommitdiffstats
path: root/pts/distro-xml/centos-packages.xml
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-11-03 16:45:04 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-11-03 16:45:04 -0500
commit97f93b96991a9f89c2997a5ea88837767d5e71dc (patch)
tree7d580fa4e50c35be496118b6c02659bce6dd86d4 /pts/distro-xml/centos-packages.xml
parent9ad0dd2499129bd8a285e1bf0f9806a675560172 (diff)
downloadphoronix-test-suite-upstream-97f93b96991a9f89c2997a5ea88837767d5e71dc.tar.gz
phoronix-test-suite-upstream-97f93b96991a9f89c2997a5ea88837767d5e71dc.tar.xz
phoronix-test-suite-upstream-97f93b96991a9f89c2997a5ea88837767d5e71dc.zip
pts: Add gcc-g++ to external dependencies support for Cent OS and Fedora
(reported by pjwelsh)
Diffstat (limited to 'pts/distro-xml/centos-packages.xml')
-rw-r--r--pts/distro-xml/centos-packages.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pts/distro-xml/centos-packages.xml b/pts/distro-xml/centos-packages.xml
index e8db19d..2fdffe5 100644
--- a/pts/distro-xml/centos-packages.xml
+++ b/pts/distro-xml/centos-packages.xml
@@ -32,8 +32,8 @@
</Package>
<Package>
<GenericName>build-utilities</GenericName>
- <PackageName>gcc</PackageName>
- <FileCheck>/usr/bin/gcc</FileCheck>
+ <PackageName>gcc gcc-c++</PackageName>
+ <FileCheck>/usr/bin/gcc, /usr/bin/c++</FileCheck>
</Package>
<Package>
<GenericName>git</GenericName>