Giacomo Tesio
0c2dabf975
Also, in binutils: fix inlining compilation error, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242053
11 lines
140 B
Bash
Executable File
11 lines
140 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export IFS="$ifs"
|
|
export CROSS_PKGS_BUILD=1
|
|
export CFLAGS=''
|
|
export CC=''
|
|
|
|
./newlib/build.sh
|
|
./mksh/build.sh
|
|
./gcc/build.sh
|