DEADSOFTWARE

update build scripts
[cpc.git] / make-all.sh
index 54294677e5deee81390cc17ba4a7e5dec5d049f5..71fc18e56e96a3f5f5c50468e851a5395a20fff7 100755 (executable)
@@ -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
 }