summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-02-08 01:13:53 +0100
committerClifford Wolf <clifford@clifford.at>2016-02-08 01:13:53 +0100
commit840a6dc893221119a9aed52b8294445e48a964a9 (patch)
tree9f21dc07d24bc741ac80e00bfe5f6339e83eddfc
parent0ccfb88728c5bdf167b1d672034ca5cf360dedb1 (diff)
Updated ABC
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c5b58874..3ef721f8 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,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 = 1ec5409f9c6f
+ABCREV = 0e928e3141a5
ABCPULL = 1
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"