1
0
mirror of https://gitlab.com/rnger/amath synced 2025-10-06 02:49:59 +00:00

Fix build definitions

This commit is contained in:
Carsten Larsen
2017-02-10 22:29:19 +01:00
parent 3483dd5283
commit 34c843f2b5
5 changed files with 457 additions and 4 deletions

2
configure vendored
View File

@ -243,8 +243,6 @@ if $VALID ; then
echo "RANLIB = ${CROSSCOMPILE}ranlib"
echo "CFLAGS = ${ARCFLAG}$options ${CROSSCOMPILEFLAGS}"
echo "CXXFLAGS = ${ARCFLAG}$options ${CROSSCOMPILEFLAGS}-I."
# echo "CXXFLAGS = -Wno-inline-new-delete ${ARCFLAG}$options ${CROSSCOMPILEFLAGS}-I."
# echo "LFLAGS = $gcclib -lamathapp${outext} -lcamath${outext} -lcomplex${outext} -lamath${outext}"
echo "LFLAGS = -lamathapp${outext} -lcomplex${outext} -lamath${outext} -lcamath${outext} $gcclib"
echo
echo "FLXCAT = build/flexcat/flexcat"