diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-06-03 00:41:37 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-06-03 00:41:37 (GMT) |
commit | 14364b925794857c720a5ea2826248dd213a1e47 (patch) | |
tree | cefe456a0d30cea3548baf34f11d6478087d8a90 /config/intel-osf1 | |
parent | 93a6938cef6dc3035aad9ed0a561fca0f070de96 (diff) | |
download | hdf5-14364b925794857c720a5ea2826248dd213a1e47.zip hdf5-14364b925794857c720a5ea2826248dd213a1e47.tar.gz hdf5-14364b925794857c720a5ea2826248dd213a1e47.tar.bz2 |
[svn-r1294] Removed the pre-defined macro DOS386. It was used to identify
being in the TFLOPS machine but it is not recognized by the system.
TFLOPS uses __PUMAGON__ to identify itself.
Diffstat (limited to 'config/intel-osf1')
-rw-r--r-- | config/intel-osf1 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/intel-osf1 b/config/intel-osf1 index ca11ee2..5d31830 100644 --- a/config/intel-osf1 +++ b/config/intel-osf1 @@ -26,7 +26,6 @@ RUNSERIAL="yod -sz 1" RUNPARALLEL="yod -sz 8" # What must *always* be present for things to compile correctly? -CFLAGS="$CFLAGS -DDOS386" #CPPFLAGS="$CPPFLAGS -I." # What compiler flags should be used for code development? |