Fix AmigaOS build

This commit is contained in:
Carsten Larsen 2017-01-10 23:45:46 +01:00
parent a08d724997
commit 910b5a7cd9
2 changed files with 9 additions and 3 deletions

View File

@ -5,9 +5,15 @@ rm -Rf amath
rm -Rf dist
mkdir dist
cd build/flexcat
./configure
make clean
make
cd ../..
GCC295=Y
REGTEST=N
REGTEST=N
./configure -m68000 m68k-amigaos- -noixemul
make
mv amath dist/amath.000
@ -108,7 +114,7 @@ cp HISTORY dist/
mkdir dist/script
cp script/* dist/script/
date -u >dist/buid_date
date -u >dist/build_date
mv dist amath
#lha-ac a amath.lha amath

2
configure vendored
View File

@ -245,7 +245,7 @@ if $VALID ; then
# echo "CXXFLAGS = -Wno-inline-new-delete ${ARCFLAG}$options ${CROSSCOMPILEFLAGS}-I."
echo "LFLAGS = $gcclib -lamathapp${outext} -lcamath${outext} -lcomplex${outext} -lamath${outext}"
echo
echo "FLXCAT = build/flexcat"
echo "FLXCAT = build/flexcat/flexcat"
echo "MKDIR = mkdir"
echo "COPY = cp"
echo "DEL = rm -f"