mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r405] Irix systems do not need to use ranlib command. Set RANLIB
to ':' to make it a null action.
This commit is contained in:
parent
fd2f6b9f7f
commit
fa96fe2b02
@ -9,6 +9,7 @@
|
||||
# Compiler flags. The CPPFLAGS values should not include package debug
|
||||
# flags like `-DH5G_DEBUG' since these are added with the
|
||||
# `--enable-debug' switch of configure.
|
||||
RANLIB=:
|
||||
|
||||
# What must *always* be present for things to compile correctly?
|
||||
CFLAGS="$CFLAGS -ansi -n32"
|
||||
|
@ -12,6 +12,7 @@
|
||||
|
||||
# Use SGI supplied C compiler
|
||||
CC="cc"
|
||||
RANLIB=:
|
||||
|
||||
# What must *always* be present for things to compile correctly?
|
||||
# Always turn off these warnings:
|
||||
|
Loading…
Reference in New Issue
Block a user