diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index fe517e9..35046a4 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -17,7 +17,7 @@ XFLAGS-win = -B$(TOPSRC)/win32 -I$(TOPSRC)/include XFLAGS = $(XFLAGS$(XCFG)) XCFG = $(or $(findstring -win,$T),-unx) -# using gcc ("make armlib-usegcc=no" to use tcc) +# in order to use gcc, tyoe: make <target>lib-usegcc=yes armlib-usegcc ?= no ifeq "$($(X)$(T)lib-usegcc)" "yes" |
