Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docker/dragonfly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ main() {
ca-certificates
curl
g++
libgmp-dev
libisl-dev
libmpc-dev
libmpfr-dev
make
patch
wget
Expand Down Expand Up @@ -40,7 +44,6 @@ main() {
pushd $td

cd gcc
./contrib/download_prerequisites
patch -p0 <<'EOF'
--- libatomic/configure.tgt.orig 2015-07-09 16:08:55 UTC
+++ libatomic/configure.tgt
Expand Down
8 changes: 4 additions & 4 deletions docker/freebsd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ main() {
ca-certificates
curl
g++
libgmp-dev
libisl-dev
libmpc-dev
libmpfr-dev
make
wget
xz-utils
Expand All @@ -38,10 +42,6 @@ main() {

pushd $td

cd gcc
./contrib/download_prerequisites
cd ..

local bsd_arch=
case $arch in
x86_64)
Expand Down
5 changes: 4 additions & 1 deletion docker/netbsd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ main() {
ca-certificates
curl
g++
libgmp-dev
libisl-dev
libmpc-dev
libmpfr-dev
make
patch
wget
Expand Down Expand Up @@ -38,7 +42,6 @@ main() {
pushd $td

cd gcc
./contrib/download_prerequisites
local patches=(
ftp://ftp.netbsd.org/pub/pkgsrc/pkgsrc-2016Q4/pkgsrc/lang/gcc5/patches/patch-libstdc++-v3_config_os_bsd_netbsd_ctype__base.h
ftp://ftp.netbsd.org/pub/pkgsrc/pkgsrc-2016Q4/pkgsrc/lang/gcc5/patches/patch-libstdc++-v3_config_os_bsd_netbsd_ctype__configure__char.cc
Expand Down
8 changes: 4 additions & 4 deletions docker/solaris.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ main() {
ca-certificates
curl
g++
libgmp-dev
libisl-dev
libmpc-dev
libmpfr-dev
make
software-properties-common
wget
Expand Down Expand Up @@ -39,10 +43,6 @@ main() {

pushd $td

cd gcc
./contrib/download_prerequisites
cd ..

local apt_arch=
local lib_arch=
case $arch in
Expand Down