diff --git a/v2/tools/intel-darwin.jam b/v2/tools/intel-darwin.jam index 85a7502ca..5efce57e0 100644 --- a/v2/tools/intel-darwin.jam +++ b/v2/tools/intel-darwin.jam @@ -117,8 +117,8 @@ flags intel-darwin.compile OPTIONS space : -O1 ; # no specific spa # cpu-type-em64t = prescott nocona ; -# flags intel-darwin.compile OPTIONS $(cpu-type-em64t)/32 : -mcmodel=small ; -flags intel-darwin.compile OPTIONS $(cpu-type-em64t)/64 : -mcmodel=large ; +flags intel-darwin.compile OPTIONS $(cpu-type-em64t)/32 : -m32; # -mcmodel=small ; +flags intel-darwin.compile OPTIONS $(cpu-type-em64t)/64 : -m64; # -mcmodel=large ; flags intel-darwin.compile.c OPTIONS off : -w0 ; flags intel-darwin.compile.c OPTIONS on : -w1 ;