summaryrefslogtreecommitdiff
path: root/recipes-mozilla/firefox/files
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2012-10-05 17:16:44 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2012-10-18 20:32:58 +0200
commitfd7e3ee9b0ead7d8743f3eee8ca5f31d25394d17 (patch)
tree0642802380e6b0da60743c7eeaea6769c5eb161e /recipes-mozilla/firefox/files
parent5b4c431e8b3f964e7850c491331404d87ced16c7 (diff)
firefox, add alignment patch
Diffstat (limited to 'recipes-mozilla/firefox/files')
-rw-r--r--recipes-mozilla/firefox/files/alignment.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-mozilla/firefox/files/alignment.patch b/recipes-mozilla/firefox/files/alignment.patch
new file mode 100644
index 0000000..4047124
--- /dev/null
+++ b/recipes-mozilla/firefox/files/alignment.patch
@@ -0,0 +1,11 @@
+--- mozilla-release/ipc/ipdl/ipdl/cxx/cgen.py~ 2012-07-29 11:14:45.000000000 +0200
++++ mozilla-release/ipc/ipdl/ipdl/cxx/cgen.py 2012-07-29 11:13:36.000000000 +0200
+@@ -107,7 +107,7 @@
+ self.println(';')
+ self.dedent()
+
+- self.printdent('}')
++ self.printdent('} __attribute__ ((aligned (__BIGGEST_ALIGNMENT__)))')
+
+
+ def visitTypedef(self, td):