aboutsummaryrefslogtreecommitdiff
path: root/util/crossgcc/patches/acpica-unix-20121114_no_remove_destination.patch
diff options
context:
space:
mode:
Diffstat (limited to 'util/crossgcc/patches/acpica-unix-20121114_no_remove_destination.patch')
-rw-r--r--util/crossgcc/patches/acpica-unix-20121114_no_remove_destination.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/util/crossgcc/patches/acpica-unix-20121114_no_remove_destination.patch b/util/crossgcc/patches/acpica-unix-20121114_no_remove_destination.patch
new file mode 100644
index 0000000000..85a6f1b0fa
--- /dev/null
+++ b/util/crossgcc/patches/acpica-unix-20121114_no_remove_destination.patch
@@ -0,0 +1,12 @@
+diff -ur acpica-unix-20121114.orig/generate/unix/Makefile.config acpica-unix-20121114/generate/unix/Makefile.config
+--- acpica-unix-20121114.orig/generate/unix/Makefile.config 2012-12-05 16:11:48.000000000 -0800
++++ acpica-unix-20121114/generate/unix/Makefile.config 2012-12-05 16:12:31.000000000 -0800
+@@ -57,7 +57,7 @@
+ #
+ COPYPROG = \
+ @mkdir -p ../$(BINDIR); \
+- cp --remove-destination $(PROG) ../$(BINDIR); \
++ cp $(PROG) ../$(BINDIR); \
+ echo "Copied $(PROG) to $(FINAL_PROG)";
+
+ #