summaryrefslogtreecommitdiff
path: root/homebrew/i386elfgcc/.beer
blob: 2427a6fdaf6d35242bf25edabaed87b332c7c03a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
    "name": "I386ElfGcc",
    "description": "The GNU compiler collection for i386-elf",
    "url": "https://mirrors.nju.edu.cn/gnu/gcc/gcc-8.2.0/gcc-8.2.0.tar.xz",
    "mirror": null,
    "homepage": "https://gcc.gnu.org",
    "depends": [
        {
            "depend": "gmp",
            "build-depend": false
        },
        {
            "depend": "i386-elf-binutils",
            "build-depend": false
        },
        {
            "depend": "libmpc",
            "build-depend": false
        },
        {
            "depend": "mpfr",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "mkdir \"i386-elf-gcc-build\" do",
        "system \"../configure\", \"--target=i386-elf\",",
        "\"--prefix=#{prefix}\",",
        "\"--without-isl\",",
        "\"--disable-multilib\",",
        "\"--disable-nls\",",
        "\"--disable-werror\",",
        "\"--without-headers\",",
        "\"--with-as=#{Formula[\"i386-elf-binutils\"].bin}/i386-elf-as\",",
        "\"--with-ld=#{Formula[\"i386-elf-binutils\"].bin}/i386-elf-ld\",",
        "\"--enable-languages=c,c++\"",
        "system \"make\", \"all-gcc\"",
        "system \"make\", \"install-gcc\"",
        "system \"make\", \"all-target-libgcc\"",
        "system \"make\", \"install-target-libgcc\""
    ],
    "version": "8.2.0",
    "file": "i386-elf-gcc.rb"
}