From 910b5a7cd9977d5935932d8dcf3aa32aa9e12120 Mon Sep 17 00:00:00 2001 From: Carsten Larsen Date: Tue, 10 Jan 2017 23:45:46 +0100 Subject: [PATCH] Fix AmigaOS build --- builddist.sh | 10 ++++++++-- configure | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/builddist.sh b/builddist.sh index f5a98046..33d71efe 100755 --- a/builddist.sh +++ b/builddist.sh @@ -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 diff --git a/configure b/configure index 11c3ebb3..e936ab17 100755 --- a/configure +++ b/configure @@ -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"