comparison libtommath/makefile.icc @ 478:d4f32c3443ac dbclient-netcat-alike

propagate from branch 'au.asn.ucc.matt.dropbear' (head f21045c791002d81fc6b8dde6537ea481e513eb2) to branch 'au.asn.ucc.matt.dropbear.dbclient-netcat-alike' (head d1f69334581dc4c35f9ca16aa5355074c9dd315d)
author Matt Johnston <matt@ucc.asn.au>
date Sun, 14 Sep 2008 06:47:51 +0000
parents 5ff8218bcee9
children 60fc6476e044
comparison
equal deleted inserted replaced
296:6b41e2cbf071 478:d4f32c3443ac
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