Skip to content
Snippets Groups Projects
Commit 11344c06 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Temporary fix for PGI compiler.

parent f2cc6a7c
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Copyright 1992-2013 Free Software Foundation, Inc.
timestamp='2013-06-10'
timestamp='2014-08-20'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
......@@ -149,7 +149,8 @@ Linux|GNU|GNU/*)
LIBC=gnu
#endif
EOF
eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null \
| sed -n 's/^LIBC *= */LIBC=/p'`
;;
esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment