diff options
author | Darin Broady <dbroady1@yahoo.com> | 2010-01-22 14:12:03 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2010-01-22 14:12:03 (GMT) |
commit | 91eec1a5c15d53b9f66349430187785dd03d5ddd (patch) | |
tree | df7444a4351409b71d5e726c3dc3fa7ad4f9254f /config.tests | |
parent | 1ad847de17cb0e5f53bd5c62933ca887d9cdf7ef (diff) | |
download | Qt-91eec1a5c15d53b9f66349430187785dd03d5ddd.zip Qt-91eec1a5c15d53b9f66349430187785dd03d5ddd.tar.gz Qt-91eec1a5c15d53b9f66349430187785dd03d5ddd.tar.bz2 |
Support both gcc & g++ as a valid GCC compiler.
Merge-request: 433
Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
Diffstat (limited to 'config.tests')
-rwxr-xr-x | config.tests/unix/fvisibility.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/unix/fvisibility.test b/config.tests/unix/fvisibility.test index d716695..99e6fbe 100755 --- a/config.tests/unix/fvisibility.test +++ b/config.tests/unix/fvisibility.test @@ -34,7 +34,7 @@ EOF case "$COMPILER" in -g++) +gcc|g++) CMDLINE="-fvisibility=hidden" RunCompileTest ;; |