X-Git-Url: https://deadsoftware.ru/gitweb?p=cpc.git;a=blobdiff_plain;f=make-all.sh;h=696571af89f7c3560845482592976bd84d2dac7e;hp=eef57f20346373649e0464d36ec9ec1c69fe8f36;hb=e6f2dc69e5d8af2c60cf85c43fced7c370a9e427;hpb=1f85f5e1e40eefd27f424226f9040abccf195875 diff --git a/make-all.sh b/make-all.sh index eef57f2..696571a 100755 --- a/make-all.sh +++ b/make-all.sh @@ -39,11 +39,15 @@ usage() { # echo " -s os Host operaion system" echo "Processors:" echo " 486 Intel 486+" + echo " arm ARM 32-bit" echo "Targets:" echo " native Native" echo " cpfront Generic C" echo "Operation systems:" echo " linux GNU/Linux" + echo "Environment variables:" + echo " CC C compiler binary" + echo " CFLAGS C compiler options" exit 2 }