summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/gmp/files/gmp-4.1.4-ppc64-asm-dots.patch')
-rw-r--r--dev-libs/gmp/files/gmp-4.1.4-ppc64-asm-dots.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-libs/gmp/files/gmp-4.1.4-ppc64-asm-dots.patch b/dev-libs/gmp/files/gmp-4.1.4-ppc64-asm-dots.patch
deleted file mode 100644
index dd0edf2cc2fa..000000000000
--- a/dev-libs/gmp/files/gmp-4.1.4-ppc64-asm-dots.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- # This patch will actually be somewhat short lived as it's really
- # somewhat of a hack. The toolchain folks (alanm) have a set of patches
- # to remove the use of the '.' form in ppc64 assembler
---- configure
-+++ configure
-@@ -19253,8 +19253,8 @@
- for tmp_underscore in "" "_"; do
- cat >conftes2.s <<EOF
- $gmp_cv_asm_text
-- $gmp_cv_asm_globl ${tmp_underscore}underscore_test
--${tmp_underscore}underscore_test$gmp_cv_asm_label_suffix
-+ $gmp_cv_asm_globl .${tmp_underscore}underscore_test
-+.${tmp_underscore}underscore_test$gmp_cv_asm_label_suffix
- EOF
- case $host in
- *-*-aix*)