summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/24.1/03_all_x32.patch')
-rw-r--r--emacs/24.1/03_all_x32.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/emacs/24.1/03_all_x32.patch b/emacs/24.1/03_all_x32.patch
deleted file mode 100644
index c3d68a4..0000000
--- a/emacs/24.1/03_all_x32.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Fix compilation with ABI=x32.
-https://bugs.gentoo.org/420257
-
---- emacs-24.1-orig/src/m/amdx86-64.h
-+++ emacs-24.1/src/m/amdx86-64.h
-@@ -17,6 +17,7 @@
- You should have received a copy of the GNU General Public License
- along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
-
-+#ifndef __ILP32__ /* Don't define for x32 ABI. */
- #define BITS_PER_LONG 64
- #define BITS_PER_EMACS_INT 64
-
-@@ -30,6 +31,7 @@
- #define EMACS_INT long
- #define pI "l"
- #define EMACS_UINT unsigned long
-+#endif /* __ILP32__ */
-
- /* Define XPNTR to avoid or'ing with DATA_SEG_BITS */
- #undef DATA_SEG_BITS