diff options
author | 2010-10-21 14:04:05 +0000 | |
---|---|---|
committer | 2010-10-21 14:04:05 +0000 | |
commit | 14e788879e74c76c3e7a0f28232aa8e5bca93a81 (patch) | |
tree | a80ed9180ee567a7406804459833e6d63a039b0e /x11-libs/pixman/files | |
parent | old (diff) | |
download | gentoo-2-14e788879e74c76c3e7a0f28232aa8e5bca93a81.tar.gz gentoo-2-14e788879e74c76c3e7a0f28232aa8e5bca93a81.tar.bz2 gentoo-2-14e788879e74c76c3e7a0f28232aa8e5bca93a81.zip |
old
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/pixman/files')
-rw-r--r-- | x11-libs/pixman/files/pixman-0.17.2-armv7.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/x11-libs/pixman/files/pixman-0.17.2-armv7.patch b/x11-libs/pixman/files/pixman-0.17.2-armv7.patch deleted file mode 100644 index ee62521108a6..000000000000 --- a/x11-libs/pixman/files/pixman-0.17.2-armv7.patch +++ /dev/null @@ -1,22 +0,0 @@ -From a47b5167c4c1b55b2f51e29ab0782c2659bec312 Mon Sep 17 00:00:00 2001 -From: Siarhei Siamashka <siarhei.siamashka@nokia.com> -Date: Tue, 08 Dec 2009 06:52:34 +0000 -Subject: ARM: added '.arch armv7a' directive to NEON assembly file - -This fix prevents build failure due to not accepting PLD instruction when -compiling for armv4 cpu with the relevant -mcpu/-march options set in CFLAGS. ---- -diff --git a/pixman/pixman-arm-neon-asm.S b/pixman/pixman-arm-neon-asm.S -index e8ccf77..e66fb86 100644 ---- a/pixman/pixman-arm-neon-asm.S -+++ b/pixman/pixman-arm-neon-asm.S -@@ -41,6 +41,7 @@ - - .text - .fpu neon -+ .arch armv7a - .altmacro - - #include "pixman-arm-neon-asm.h" --- -cgit v0.8.3-6-g21f6 |