Skip to content
This repository has been archived by the owner on Jan 23, 2019. It is now read-only.

Commit

Permalink
Squashed 'tools/' changes from d8ccc39..10924cb
Browse files Browse the repository at this point in the history
10924cb package versions and fasm binary updated

git-subtree-dir: tools
git-subtree-split: 10924cbe742336c83a13ece686e6ec34123d3d1d
  • Loading branch information
kozyilmaz committed Dec 12, 2017
1 parent 668b899 commit 34a4424
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmake/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ target_name ?= cmake

include ../Makefile.build

CMAKE_VERSION="3.9.3"
CMAKE_VERSION="3.10.0"

cmake_clone:
if [ ! -f "cmake-$(CMAKE_VERSION).tar.gz" ]; then curl -OL https://cmake.org/files/v3.9/cmake-$(CMAKE_VERSION).tar.gz; fi;
if [ ! -f "cmake-$(CMAKE_VERSION).tar.gz" ]; then curl -OL https://cmake.org/files/v3.10/cmake-$(CMAKE_VERSION).tar.gz; fi;
if [ ! -d "cmake-$(CMAKE_VERSION)" ]; then tar xzf cmake-$(CMAKE_VERSION).tar.gz; fi

cmake_config:
Expand Down
2 changes: 1 addition & 1 deletion fasm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ target_name ?= fasm

include ../Makefile.build

FASM_VERSION="1.71.64"
FASM_VERSION="1.72"

fasm_clone:
if [ ! -f "fasm-$(FASM_VERSION).tar.gz" ]; then curl -OL https://flatassembler.net/fasm-$(FASM_VERSION).tar.gz; fi;
Expand Down
Binary file modified fasm/precompiled/fasm
Binary file not shown.
2 changes: 1 addition & 1 deletion gnugcc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ target_name ?= gnugcc

include ../Makefile.build

GCC_VERSION="6.4.0"
GCC_VERSION="7.2.0"

gnugcc_clone:
if [ ! -f "gcc-$(GCC_VERSION).tar.gz" ]; then curl -OL http://ftp.gnu.org/gnu/gcc/gcc-$(GCC_VERSION)/gcc-$(GCC_VERSION).tar.gz; fi;
Expand Down

0 comments on commit 34a4424

Please sign in to comment.