X-Git-Url: https://deadsoftware.ru/gitweb?p=cpc.git;a=blobdiff_plain;f=make-all.sh;h=71fc18e56e96a3f5f5c50468e851a5395a20fff7;hp=54294677e5deee81390cc17ba4a7e5dec5d049f5;hb=ffbc6ec7ce6fa462b30409ba8ec3ee4bdc175d15;hpb=b123c8223aaafee51efd0ddbad900015a2628bed diff --git a/make-all.sh b/make-all.sh index 5429467..71fc18e 100755 --- a/make-all.sh +++ b/make-all.sh @@ -22,6 +22,9 @@ _host_cpu= _host_target= _host_system= +export CPCFLAGS="$CPCFLAGS" +export CPLFLAGS="$CPLFLAGS" + ###^^^^^^^^^^^### ### Functions ### ###___________### @@ -49,6 +52,8 @@ usage() { echo "Environment variables:" echo " CC C compiler binary" echo " CFLAGS C compiler options" + echo " CPCFLAGS CPC compiler options" + echo " CPLFLAGS CPL linker options" exit 2 }