13 lines
761 B
Diff
13 lines
761 B
Diff
|
diff -r 5192fef95f6f tboot/Config.mk
|
||
|
--- a/tboot/Config.mk Fri Dec 28 14:30:13 2012 +0800
|
||
|
+++ b/tboot/Config.mk Wed Feb 20 03:32:49 2013 -0500
|
||
|
@@ -32,7 +32,7 @@
|
||
|
CFLAGS += $(call cc-option,$(CC),-fno-stack-protector-all,)
|
||
|
|
||
|
# changeset variable for banner
|
||
|
-CFLAGS += -DTBOOT_CHANGESET=\""$(shell ((hg parents --template "{isodate|isodate} {rev}:{node|short}" >/dev/null && hg parents --template "{isodate|isodate} {rev}:{node|short}") || echo "2012-09-29 15:30 +0800 1.7.2") 2>/dev/null)"\"
|
||
|
+CFLAGS += -DTBOOT_CHANGESET=\""$(shell ((hg parents --template "{isodate|isodate} {rev}:{node|short}" >/dev/null && hg parents --template "{isodate|isodate} {rev}:{node|short}") || echo "2012-12-28 14:30 +0800 1.7.3") 2>/dev/null)"\"
|
||
|
|
||
|
|
||
|
AFLAGS += -D__ASSEMBLY__
|