aboutsummaryrefslogtreecommitdiff
path: root/include/gcc/gcc1
blob: c555f2c1f64d5158f959e8719d845ac3c539238b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
    mkdir build
    cd build

    ../configure \
	--target=i686-elf \
	--prefix=/usr \
	--disable-nls \
	--disable-plugin \
	--enable-languages=c,c++ \
	--without-headers

    make all-gcc
    make all-target-libgcc
    
    make -k check || true

    make install-gcc
    make install-target-libgcc