summaryrefslogtreecommitdiff
path: root/package/u-boot-xtensa/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-05-27 14:55:21 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-05-27 14:55:31 -0500
commit4e1f91b02ac6acd7fe077599d3ba719260ad4aba (patch)
treecb1a5db517e33853766df221932add0b56b40589 /package/u-boot-xtensa/patches
parent8e28bf47d341336163eb549bc56a07fe1eea73d5 (diff)
we need another u-boot variant for xtensa :(
Diffstat (limited to 'package/u-boot-xtensa/patches')
-rw-r--r--package/u-boot-xtensa/patches/patch-Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/u-boot-xtensa/patches/patch-Makefile b/package/u-boot-xtensa/patches/patch-Makefile
new file mode 100644
index 000000000..bf15f64b7
--- /dev/null
+++ b/package/u-boot-xtensa/patches/patch-Makefile
@@ -0,0 +1,12 @@
+--- u-boot-xtensa-fe85520cfb23b815207fa1a0ad840ec795eecedf.orig/Makefile 2015-05-27 14:16:15.000000000 -0500
++++ u-boot-xtensa-fe85520cfb23b815207fa1a0ad840ec795eecedf/Makefile 2015-05-27 14:48:47.588823659 -0500
+@@ -561,9 +561,6 @@ KBUILD_AFLAGS += -Wa,-gstabs,-S
+ endif
+ endif
+
+-# Prohibit date/time macros, which would make the build non-deterministic
+-KBUILD_CFLAGS += $(call cc-option,-Werror=date-time)
+-
+ ifneq ($(CONFIG_SYS_TEXT_BASE),)
+ KBUILD_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE)
+ endif