chacha/asm/chacha-*.pl: fix typos in tail processing.
[openssl.git] / Configurations / 99-personal-levitte.conf
1 ## -*- mode: perl; -*-
2 ## Personal configuration targets
3
4 %targets = (
5     "levitte-linux-elf" => {
6         inherit_from     => [ "linux-elf" ],
7         debug_cflags     => add("-ggdb -g3"),
8         debug_defines    => add("LEVITTE_DEBUG", { separator => undef }),
9         build_scheme     => [ "unified", "unix" ],
10         build_file       => "Makefile",
11     },
12     "levitte-linux-x86_64" => {
13         inherit_from     => [ "linux-x86_64" ],
14         debug_cflags     => add("-ggdb -g3"),
15         debug_defines    => add("LEVITTE_DEBUG", { separator => undef }),
16         build_scheme     => [ "unified", "unix" ],
17         build_file       => "Makefile",
18     },
19 );