Skip to content

Commit

Permalink
Merge pull request #2 from rtissera/upgrade-sdcc-3.9.3
Browse files Browse the repository at this point in the history
Upgrade sdcc 3.9.3
  • Loading branch information
rtissera authored Sep 2, 2019
2 parents 15e7062 + 7cb80b0 commit fec7dd3
Show file tree
Hide file tree
Showing 7,367 changed files with 1,140,393 additions and 990,882 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion cpctelera/cfg/global_paths.mk
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ SHELL := /bin/bash

# PATHs FOR BUILDING TOOLS BINARIES
# Absolute paths for SDCC, Hex2bin, iDSK and 2CDT
SDCCBIN_PATH := $(CPCT_PATH)tools/sdcc-3.6.8-r9946/bin/
SDCCBIN_PATH := $(CPCT_PATH)tools/sdcc-3.9.3-r11351/bin/
HEX2BIN_PATH := $(CPCT_PATH)tools/hex2bin-2.0/bin/
IDSK_PATH := $(CPCT_PATH)tools/iDSK-0.13/bin/
2CDT_PATH := $(CPCT_PATH)tools/2cdt/bin/
Expand Down
2 changes: 1 addition & 1 deletion cpctelera/tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# INCLUDES
include ../cfg/global_functions.mk

TOOLS=2cdt cpc2cdt hex2bin-2.0 iDSK-0.13 sdcc-3.6.8-r9946 img2cpc dskgen zx7b scripts/c_scripts
TOOLS=2cdt cpc2cdt hex2bin-2.0 iDSK-0.13 sdcc-3.9.3-r11351 img2cpc dskgen zx7b scripts/c_scripts
TOOLSYSTEM=ToolMaker

# TOOLS CONFIG
Expand Down
Loading

0 comments on commit fec7dd3

Please sign in to comment.