diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-10-31 20:01:23 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-10-31 20:01:23 +0000 |
commit | 5abd49d92cd09cbe002257bb972f8f962b295e3b (patch) | |
tree | 3c0ad438c3459592dab5b24234856e0bdcf60799 /Rules.mak | |
parent | 6737908f74ff566748864548cf35bb1da8e64af6 (diff) |
Don't force gcc 3.2 on the world
-Erik
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 |