diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-22 15:30:59 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-22 15:30:59 +0000 |
commit | a562641c0dfbee57550a4b4d99f82acd3da99503 (patch) | |
tree | 03bbe2fa5c59a96c823f83b08089d54bbe0fe85b /libgomp/configure | |
parent | 3edafd46128542d863667585f9a89284fdbd1af2 (diff) | |
download | gcc-a562641c0dfbee57550a4b4d99f82acd3da99503.tar.gz |
2011-01-22 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 169126
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@169127 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/configure')
-rwxr-xr-x | libgomp/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/configure b/libgomp/configure index 883dddfbf78..961402f1e07 100755 --- a/libgomp/configure +++ b/libgomp/configure @@ -15783,7 +15783,7 @@ $as_echo "$ac_sectionLDflags" >&6; } if test "${enable_symvers+set}" = set; then : enableval=$enable_symvers; case "$enableval" in - yes|no|gnu|sun) ;; + yes|no|gnu*|sun) ;; *) as_fn_error "Unknown argument to enable/disable symvers" "$LINENO" 5 ;; esac |