Mercurial > dropbear
comparison libtommath/etc/makefile.icc @ 511:582cb38e4eb5 insecure-nocrypto
propagate from branch 'au.asn.ucc.matt.dropbear' (head cdcc3c729e29544e8b98a408e2dc60e4483dfd2a)
to branch 'au.asn.ucc.matt.dropbear.insecure-nocrypto' (head 0ca38a1cf349f7426ac9de34ebe4c3e3735effab)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 06 Nov 2008 13:16:55 +0000 |
parents | 5ff8218bcee9 |
children |
comparison
equal
deleted
inserted
replaced
361:461c4b1fb35f | 511:582cb38e4eb5 |
---|---|
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 |