Compare commits

..

No commits in common. "da11f130d0545ace42cb3d8349c99131fd16be4e" and "65081fad7881848e96ee54348c85ea6876a0b3bd" have entirely different histories.

8 changed files with 0 additions and 50 deletions

View file

@ -1,13 +0,0 @@
wget -O gcc.tar.gz
tar -xf gcc.tar.gz
cd gcc
sed -i '/m64=/s/lib64/lib/' gcc/gcc/config/i386/t-linux64
sed -i 's/lib64/lib/' gcc/gcc/config/i386/linux64.h
mkdir build
cd build
../configure --prefix=/usr --enable-languages=c,c++,d,fortran,go,objc,obj-c++
make
make install DESTDIR="$1"
ln -s gcc "$1/usr/bin/cc"
install -Dm755 ../c99 "$1/usr/bin/c99"

View file

@ -1,5 +0,0 @@
pkg_config_deploy="true"
pkg_config_ver="0.1"
pkg_config_name="gcc"
pkg_config_makedepends=""
pkg_config_depends=""

View file

@ -1,6 +0,0 @@
wget -O git.tar.xz https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.9.5.tar.xz
tar -xf git.tar.xz
cd git
./configure --prefix=/usr
make
make install DESTDIR="$1"

View file

@ -1,5 +0,0 @@
pkg_config_deploy=true
pkg_config_ver="2.9.5"
pkg_config_name="git"
pkg_config_makedepends="openssl"
pkg_config_depends="openssl"

View file

@ -1,4 +0,0 @@
export CFLAGS="$CFLAGS -static"
./configure --prefix=/usr
make
make DESTDIR="$1" install

View file

@ -1,5 +0,0 @@
pkg_config_deploy="true"
pkg_config_ver="0.1"
pkg_config_name="make"
pkg_config_makedepends=""
pkg_config_depends=""

View file

@ -1,7 +0,0 @@
wget -O openssl.tar.gz https://www.openssl.org/source/openssl-3.0.0-beta1.tar.gz
tar -xf openssl.tar.gz
cd openssl
chmod +x ./config
./config --prefix="/usr"
make
make install DESTDIR="$1"

View file

@ -1,5 +0,0 @@
pkg_config_deploy=true
pkg_config_ver="3.0.0-beta"
pkg_config_name="openssl"
pkg_config_makedepends=""
pkg_config_depends=""