comparison libtommath/makefile.icc @ 398:59c7938af2bd

merge of '1250b8af44b62d8f4fe0f8d9fc7e7a1cc34e7e1c' and '7f8670ac3bb975f40967f3979d09d2199b7e90c8'
author Matt Johnston <matt@ucc.asn.au>
date Sat, 03 Feb 2007 08:20:30 +0000
parents 5ff8218bcee9
children 60fc6476e044
comparison
equal deleted inserted replaced
396:e7c1a77d2921 398:59c7938af2bd
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