summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-04-04 11:47:59 +0200
committerClifford Wolf <clifford@clifford.at>2015-04-04 11:47:59 +0200
commit082550f1f3aad3785ea5a712362a32e599e41f88 (patch)
tree4952ea8b3018d5645a5ec59ca868886f2b3eb3ba
parent3b6ebb62fc49ad5b691019d2fd441d7e72bddb50 (diff)
Updated ABC to 51705b168d7a
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 405870b6..05e15d72 100644
--- a/Makefile
+++ b/Makefile
@@ -67,9 +67,9 @@ 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 = 61ad5f908c03
+ABCREV = 51705b168d7a
ABCPULL = 1
-ABCMKARGS = # CC="$(CXX)" CXX="$(CXX)"
+ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"
define newline