Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade sdcc 3.9.3 #2

Merged
merged 4 commits into from
Sep 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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