summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-07-06 17:45:40 +0200
committerClifford Wolf <clifford@clifford.at>2015-07-06 17:45:40 +0200
commit3049a08912b4da0ac952a111fc4ed0484938ab2b (patch)
tree0cb40639b3a19c709d1184d5e6f7893c2e3b344e /Makefile
parentd2ff5d9994f83125578902587bdebd5b749c1beb (diff)
Updated ABC
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 25216369..efbca719 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,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 = 779de2de1481
+ABCREV = c3698e053a7a
ABCPULL = 1
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"