summaryrefslogtreecommitdiffstats
path: root/Configurations/99-personal-levitte.conf
blob: fbfd3da37ecd13d45d09ab185dde74ec15e06897 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## -*- mode: perl; -*-
## Personal configuration targets
##
## If you edit this file, run this command before committing
##	make -f Makefile.in TABLE
## This file is interpolated by the Configure script.

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