Changeset 1752
- Timestamp:
- 02/10/03 14:24:49 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1750 r1752 2 2 -*-*- END -*-*- 3 3 2003/02/10: Abelardo Moralejo 4 5 * Makefile.conf.osf1 6 - Added -lpthread to compilation flags (otherwise linking fails in alfa) 4 7 5 8 * manalysis/Makefile, AnalysisLinkDef.h -
trunk/MagicSoft/Mars/Makefile.conf.osf1
r1039 r1752 23 23 # 24 24 25 OPTIM = -O2 -ieee -arch host 25 OPTIM = -O2 -ieee -arch host -lpthread 26 26 DEBUG = -g -w0 -msg_display_tag -msg_disable castqualtyp,undpreid,unrfunprm,extrasemi,intconlosbit,nonfundec,partovrd,stoclsnotfirst,boolexprconst 27 27 ARCHDEF = -D__OSF__ … … 38 38 39 39 40
Note:
See TracChangeset
for help on using the changeset viewer.