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

  • 8d93d5e
  • /
  • 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:c67252b510d833e5112bd2b07f5bb756f038bf91
directory badge Iframe embedding
swh:1:dir:292fff7a27928cd230cf34544ce981cab59211b8
99-personal-levitte.conf
## -*- 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",
    },
);

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

back to top