summaryrefslogtreecommitdiffstats
path: root/Configurations/99-personal-levitte.conf
blob: 9db343e8165b4244c656ff498d13845bb6f6a2aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## -*- mode: perl; -*-
## Personal configuration targets

%targets = (
    "levitte-linux-elf" => {
        inherit_from     => [ "linux-elf" ],
        debug_cflags     => add("-ggdb -g3"),
        debug_defines    => add("LEVITTE_DEBUG", { separator => undef }),
        build_scheme     => [ "unified", "unix" ],
        build_file       => "Makefile",
    },
    "levitte-linux-x86_64" => {
        inherit_from     => [ "linux-x86_64" ],
        debug_cflags     => add("-ggdb -g3"),
        debug_defines    => add("LEVITTE_DEBUG", { separator => undef }),
        build_scheme     => [ "unified", "unix" ],
        build_file       => "Makefile",
    },
);