Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
11344c06
Commit
11344c06
authored
Oct 23, 2015
by
Thomas Jahns
🤸
Browse files
Temporary fix for PGI compiler.
parent
f2cc6a7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/config.guess
View file @
11344c06
...
...
@@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Copyright 1992-2013 Free Software Foundation, Inc.
timestamp
=
'201
3
-0
6-1
0'
timestamp
=
'201
4
-0
8-2
0'
# 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment