Skip to content
Snippets Groups Projects
Commit 19bbf60e authored by Fabio Di Francesco's avatar Fabio Di Francesco Committed by Jeremy Soller
Browse files

apply patch + dependencies

parent 6a4cfa77
No related branches found
No related tags found
No related merge requests found
--- source/config.sub 2013-10-27 23:04:13.000000000 +0100
+++ build/config.sub 2019-08-13 10:13:07.072063540 +0200
@@ -125,7 +125,7 @@ case $maybe_os in
nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
knetbsd*-gnu* | netbsd*-gnu* | \
- kopensolaris*-gnu* | \
+ kopensolaris*-gnu* | redox* | \
storm-chaos* | os2-emx* | rtmk-nova*)
os=-$maybe_os
basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
@@ -1346,7 +1346,7 @@ case $os in
-gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
| -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
| -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
- | -sym* | -kopensolaris* \
+ | -sym* | -kopensolaris* | -redox* \
| -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
| -aos* | -aros* \
| -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
...@@ -17,7 +17,7 @@ function recipe_build { ...@@ -17,7 +17,7 @@ function recipe_build {
export CFLAGS="-I$sysroot/include" export CFLAGS="-I$sysroot/include"
export LDFLAGS="-L$sysroot/lib" export LDFLAGS="-L$sysroot/lib"
./autogen.sh ./autogen.sh
./configure --prefix=/ --build=${BUILD} --host=${HOST} --disable-shared --disable-sdltest ./configure --prefix=/ --build=${BUILD} --host=${HOST} --disable-shared
make -j"$(nproc)" make -j"$(nproc)"
skip=1 skip=1
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment