2015-11-24 05:44:58 +00:00
|
|
|
## -*- mode: perl; -*-
|
2015-03-12 13:58:07 +00:00
|
|
|
## Personal configuration targets
|
|
|
|
##
|
|
|
|
## If you edit this file, run this command before committing
|
2016-01-12 21:25:30 +00:00
|
|
|
## make -f Makefile.in TABLE
|
2015-03-12 13:58:07 +00:00
|
|
|
## This file is interpolated by the Configure script.
|
|
|
|
|
|
|
|
%targets = (
|
|
|
|
"levitte-linux-elf" => {
|
2016-01-29 22:36:12 +00:00
|
|
|
inherit_from => [ "linux-elf" ],
|
|
|
|
debug_cflags => add("-DLEVITTE_DEBUG -ggdb -g3"),
|
|
|
|
build_scheme => [ "unified", "unix" ],
|
|
|
|
build_file => "Makefile",
|
2015-03-12 13:58:07 +00:00
|
|
|
},
|
2016-01-29 22:36:12 +00:00
|
|
|
"levitte-linux-x86_64" => {
|
|
|
|
inherit_from => [ "linux-x86_64" ],
|
|
|
|
debug_cflags => add("-DLEVITTE_DEBUG -ggdb -g3"),
|
|
|
|
build_scheme => [ "unified", "unix" ],
|
|
|
|
build_file => "Makefile",
|
2015-03-12 13:58:07 +00:00
|
|
|
},
|
|
|
|
);
|