mirror of
https://gitlab.com/rnger/amath
synced 2025-11-22 10:29:46 +00:00
Fix AmigaOS build
This commit is contained in:
@ -5,6 +5,12 @@ rm -Rf amath
|
||||
rm -Rf dist
|
||||
mkdir dist
|
||||
|
||||
cd build/flexcat
|
||||
./configure
|
||||
make clean
|
||||
make
|
||||
cd ../..
|
||||
|
||||
GCC295=Y
|
||||
|
||||
REGTEST=N
|
||||
@ -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
2
configure
vendored
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user