summaryrefslogtreecommitdiff
path: root/homebrew/i386elfgdb/.beer
blob: f96629cd03771cab12ee71b2cb4ab3c74fc1031d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "I386ElfGdb",
    "description": "GNU debugger for i386-elf cross development",
    "url": "https://ftp.gnu.org/gnu/gdb/gdb-8.2.tar.xz",
    "mirror": null,
    "homepage": "https://www.gnu.org/software/gdb/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "mkdir \"build\" do",
        "system \"../configure\", \"--target=i386-elf\",",
        "\"--prefix=#{prefix}\",",
        "\"--disable-werror\"",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "8.2",
    "file": "i386-elf-gdb.rb"
}