diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_chorus.GNU | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/makeinclude/platform_chorus.GNU b/include/makeinclude/platform_chorus.GNU index 35d49325938..1dde225eaca 100644 --- a/include/makeinclude/platform_chorus.GNU +++ b/include/makeinclude/platform_chorus.GNU @@ -14,7 +14,7 @@ include $(CLASSIXDIR)/dtool/htgt-cf.rf # # Tool PATH # -TOOLDIR = $(XDIR)/bin +TOOLDIR = $(XDIR)/bin/ INC_DIR = $(CLASSIXDIR)/include BIN_DIR = LIB_DIR = $(CLASSIXDIR)/lib @@ -42,8 +42,8 @@ LDFLAGS += -r -Ur -nostdlib \ OCFLAGS += -O2 PIC = -fPIC -AR = $(TOOLDIR)/ar +AR = $(TOOLDIR)ar ARFLAGS = srv -RANLIB = $(TOOLDIR)/ranlib +RANLIB = $(TOOLDIR)ranlib PRELIB = @true |