comparison makefile.icc @ 386:97db060d0ef5 libtommath-orig libtommath-0.40

Update to LibTomMath 0.40
author Matt Johnston <matt@ucc.asn.au>
date Thu, 11 Jan 2007 03:11:15 +0000
parents 91fbc376f010
children
comparison
equal deleted inserted replaced
282:91fbc376f010 386:97db060d0ef5
17 # N - P4 Northwood 17 # N - P4 Northwood
18 # P - P4 Prescott 18 # P - P4 Prescott
19 # B - Blend of P4 and PM [mobile] 19 # B - Blend of P4 and PM [mobile]
20 # 20 #
21 # Default to just generic max opts 21 # Default to just generic max opts
22 CFLAGS += -O3 -xN 22 CFLAGS += -O3 -xP -ip
23 23
24 #install as this user 24 #install as this user
25 USER=root 25 USER=root
26 GROUP=root 26 GROUP=root
27 27