Changeset 1249 in Sophya for trunk/SophyaLib/Mgr


Ignore:
Timestamp:
Oct 20, 2000, 3:58:49 PM (25 years ago)
Author:
ansari
Message:

Gestion de l'architecture 64 bits de SGI - Reza 20/10/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Mgr/Makefile.h

    r1014 r1249  
    352352#  La variable d'environnement SOPHYA_SGI64 controle cette option
    353353    ifdef SOPHYA_SGI64
    354       CFLAGS  := -64 $(OPTFLAG) $(DBGFLAG) $(MYCFLAGS)
    355       CXXFLAGS := -64 -prelink -D__SGICC__ $(OPTFLAG) $(DBGFLAG) $(MYCFLAGS)
     354      CFLAGS  := -64 -DSGI_ARCH64 $(OPTFLAG) $(DBGFLAG) $(MYCFLAGS)
     355      CXXFLAGS := -64 -prelink -DSGI_ARCH64 -D__SGICC__ $(OPTFLAG) $(DBGFLAG) $(MYCFLAGS)
    356356      LINK.cc := CC -64 $(CPPFLAGS) -D__SGICC__ $(DBGFLAG) $(OPTFLAG)
    357357    endif
Note: See TracChangeset for help on using the changeset viewer.