summaryrefslogtreecommitdiffstats
path: root/Configurations/99-personal-levitte.conf
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-05-02 16:02:04 +0200
committerRichard Levitte <levitte@openssl.org>2016-05-02 20:19:41 +0200
commit85e2fe81136087961ef1b6a40058d3916db08d70 (patch)
treebdbececbd56508931ecad53eaf3ae2ffe362e682 /Configurations/99-personal-levitte.conf
parente8408681b3fff91b794a1a5c65fd190019d6e9ee (diff)
Remove personal configs from version control
As per a team decision back in 2014. Reviewed-by: Stephen Henson <steve@openssl.org>
Diffstat (limited to 'Configurations/99-personal-levitte.conf')
-rw-r--r--Configurations/99-personal-levitte.conf21
1 files changed, 0 insertions, 21 deletions
diff --git a/Configurations/99-personal-levitte.conf b/Configurations/99-personal-levitte.conf
deleted file mode 100644
index c67252b510..0000000000
--- a/Configurations/99-personal-levitte.conf
+++ /dev/null
@@ -1,21 +0,0 @@
-## -*- mode: perl; -*-
-## Personal configuration targets
-
-%targets = (
- "levitte-linux-elf" => {
- inherit_from => [ "linux-elf" ],
- cflags => add(picker(debug => "-ggdb -g3")),
- defines => add(picker(debug => "LEVITTE_DEBUG"),
- { separator => undef }),
- build_scheme => [ "unified", "unix" ],
- build_file => "Makefile",
- },
- "levitte-linux-x86_64" => {
- inherit_from => [ "linux-x86_64" ],
- cflags => add(picker(debug => "-ggdb -g3")),
- defines => add(picker(debug => "LEVITTE_DEBUG"),
- { separator => undef }),
- build_scheme => [ "unified", "unix" ],
- build_file => "Makefile",
- },
-);