diff options
author | 2006-12-22 10:25:09 +0000 | |
---|---|---|
committer | 2006-12-22 10:25:09 +0000 | |
commit | 3128648f161122c8612d13787392ab3a70ee71f7 (patch) | |
tree | b297c4be7314606c3d171f371cd322dbf0a933ea /dev-libs/gmp/files/gmp-4.1.4-ppc64-asm-dots.patch | |
parent | Fixing a bug within the init-script, using 'exit 1' isn't allowed (thanks to ... (diff) | |
download | gentoo-2-3128648f161122c8612d13787392ab3a70ee71f7.tar.gz gentoo-2-3128648f161122c8612d13787392ab3a70ee71f7.tar.bz2 gentoo-2-3128648f161122c8612d13787392ab3a70ee71f7.zip |
old
(Portage version: 2.1.2_rc3-r9)
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.patch | 16 |
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*) |