comparison etc/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
14 # N - P4 Northwood 14 # N - P4 Northwood
15 # P - P4 Prescott 15 # P - P4 Prescott
16 # B - Blend of P4 and PM [mobile] 16 # B - Blend of P4 and PM [mobile]
17 # 17 #
18 # Default to just generic max opts 18 # Default to just generic max opts
19 CFLAGS += -O3 -xN -ip 19 CFLAGS += -O3 -xP -ip
20 20
21 # default lib name (requires install with root) 21 # default lib name (requires install with root)
22 # LIBNAME=-ltommath 22 # LIBNAME=-ltommath
23 23
24 # libname when you can't install the lib with install 24 # libname when you can't install the lib with install