From 2b04e8caa6043c309cf596ee21e55541b2e2b24c Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 6 Oct 2017 10:07:33 +0200 Subject: [PATCH] Update ABC to hg rev 0fc1803a77c0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 49ac1e885..393701019 100644 --- a/Makefile +++ b/Makefile @@ -99,7 +99,7 @@ OBJS = kernel/version_$(GIT_REV).o # is just a symlink to your actual ABC working directory, as 'make mrproper' # will remove the 'abc' directory and you do not want to accidentally # delete your work on ABC.. -ABCREV = cd6984ee82d4 +ABCREV = 0fc1803a77c0 ABCPULL = 1 ABCURL ?= https://bitbucket.org/alanmi/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1