diff options
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ # to something more interesting... Target architecture is determined # by asking this compiler what arch it compiles stuff for. CROSS= -CC = $(CROSS)gcc-3.2 +CC = $(CROSS)gcc AR = $(CROSS)ar LD = $(CROSS)ld NM = $(CROSS)nm |