Fix (?) build system

- disable -mno-red-zone for ARM
- add missing INCLUDEDIR
- make gencore.c compile
This commit is contained in:
Hannes Weisbach
2017-10-12 17:10:34 +09:00
parent 43ecf06e83
commit 1cb9b435a9
4 changed files with 29 additions and 5 deletions

View File

@ -316,6 +316,9 @@ case $WITH_TARGET in
if test "X$ETCDIR" = X; then
ETCDIR="$prefix/etc"
fi
if test "X$INCLUDEDIR" = X; then
INCLUDEDIR="$prefix/include"
fi
if test "X$KMODDIR" = X; then
KMODDIR="$prefix/kmod"
fi