fbfd3da37ecd13d45d09ab185dde74ec15e06897
[openssl.git] / Configurations / 99-personal-levitte.conf
1 ## -*- mode: perl; -*-
2 ## Personal configuration targets
3 ##
4 ## If you edit this file, run this command before committing
5 ##      make -f Makefile.in TABLE
6 ## This file is interpolated by the Configure script.
7
8 %targets = (
9     "levitte-linux-elf" => {
10         inherit_from     => [ "linux-elf" ],
11         debug_cflags     => add("-ggdb -g3"),
12         debug_defines    => add(undef, "LEVITTE_DEBUG"),
13         build_scheme     => [ "unified", "unix" ],
14         build_file       => "Makefile",
15     },
16     "levitte-linux-x86_64" => {
17         inherit_from     => [ "linux-x86_64" ],
18         debug_cflags     => add("-ggdb -g3"),
19         debug_defines    => add(undef, "LEVITTE_DEBUG"),
20         build_scheme     => [ "unified", "unix" ],
21         build_file       => "Makefile",
22     },
23 );