diff options
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -43,6 +43,8 @@ LD= $(CROSS)ld NM= $(CROSS)nm STRIPTOOL= $(CROSS)strip +INSTALL= install + # Select the compiler needed to build binaries for your development system HOSTCC=gcc HOSTCFLAGS=-O2 -Wall |