The unified diff between revisions [17a621a9..] and [215497ae..] is displayed below. It can also be downloaded as a raw diff.
# # # patch "misc/config/cc/ekopath" # from [d0e68469842de6a975b0184c5a345cfce1dc9bfb] # to [69a8b7ddd34efe0f8f7863882bdf98525f7e3b23] # # patch "misc/config/cc/gcc" # from [1be7b2e9bf4693f0ec502823c86b8cbfa5cc2a7b] # to [bd2afe951118f78a31d7668b09ba547d72872bd8] # # patch "misc/config/cc/icc" # from [560b9e4175861a69dd02cb9f902712bb4704ffee] # to [ac7f04abec37a7d89a87a2b365951085f2c2ea57] # # patch "src/rng.cpp" # from [f00aa8f21353954852793fe3efa4a26be4d317a0] # to [fb80082f369e8911fb5ae61946bacd302e178c2e] # ============================================================ --- misc/config/cc/ekopath d0e68469842de6a975b0184c5a345cfce1dc9bfb +++ misc/config/cc/ekopath 69a8b7ddd34efe0f8f7863882bdf98525f7e3b23 @@ -33,7 +33,7 @@ em64t -> "-mcpu=em64t" opteron -> "-mcpu=opteron" em64t -> "-mcpu=em64t" -core2duo -> "-mcpu=core" +core2 -> "-mcpu=core" ia32 -> "-mcpu=anyx86" amd64 -> "-mcpu=athlon64" ============================================================ --- misc/config/cc/gcc 1be7b2e9bf4693f0ec502823c86b8cbfa5cc2a7b +++ misc/config/cc/gcc bd2afe951118f78a31d7668b09ba547d72872bd8 @@ -45,7 +45,6 @@ sparc64-ultra3 -> "-mcpu=v9 -mtune=ultra ppc601 -> "-mpowerpc -mcpu=601" sparc64-ultra3 -> "-mcpu=v9 -mtune=ultrasparc3" -core2duo -> "-march=core2 -momit-leaf-frame-pointer" em64t -> "-march=nocona -momit-leaf-frame-pointer" # Default family options (SUBMODEL is substitued with the real submodel) ============================================================ --- misc/config/cc/icc 560b9e4175861a69dd02cb9f902712bb4704ffee +++ misc/config/cc/icc ac7f04abec37a7d89a87a2b365951085f2c2ea57 @@ -25,7 +25,7 @@ pentium4 -> "-march=pentium4" i686 -> "-march=pentium3" athlon -> "-march=pentium3" pentium4 -> "-march=pentium4" -core2duo -> "-msse3" +core2 -> "-msse3" </mach_opt> <so_link_flags> ============================================================ --- src/rng.cpp f00aa8f21353954852793fe3efa4a26be4d317a0 +++ src/rng.cpp fb80082f369e8911fb5ae61946bacd302e178c2e @@ -8,6 +8,7 @@ #include <botan/x931_rng.h> #include <botan/util.h> #include <botan/parsing.h> +#include <botan/timers.h> #if defined(BOTAN_EXT_TIMER_HARDWARE) #include <botan/tm_hard.h>