Skip to main content
  • Home
  • login
  • Browse the archive

    swh mirror partner logo
swh logo
SoftwareHeritage
Software
Heritage
Mirror
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • ea6fbcc
  • /
  • Configurations
  • /
  • 99-personal-levitte.conf
Raw File
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:d1ddf2ef5417d3e681841c09cf6db49f639b30a5
directory badge Iframe embedding
swh:1:dir:cc05693266a6777f462860cce951c046a2439720
99-personal-levitte.conf
## -*- mode: perl; -*-
## Personal configuration targets

sub picker {
    my %opts = @_;
    return sub { add($opts{default} || (),
                     $opts{$config{build_type}} || ())->(); }
}

%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",
    },
);

ENEA — Copyright (C), ENEA. License: GNU AGPLv3+.
Legal notes  ::  JavaScript license information ::  Web API

back to top