mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r915] Changed typo cc' to
gcc'
This commit is contained in:
parent
841e168a04
commit
df77c715cc
@ -8,8 +8,8 @@
|
||||
|
||||
# The default compiler is `gcc'.
|
||||
if test "X-" = "X-$CC"; then
|
||||
CC=cc
|
||||
CC_BASENAME=cc
|
||||
CC=gcc
|
||||
CC_BASENAME=gcc
|
||||
fi
|
||||
|
||||
ARCH="-mcpu=pentiumpro -march=pentiumpro -malign-double"
|
||||
|
Loading…
Reference in New Issue
Block a user