File: ppc64el-fixup.patch

package info (click to toggle)
gnu-smalltalk 3.2.5-1.3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 32,272 kB
  • sloc: ansic: 87,539; sh: 23,443; asm: 8,465; perl: 4,497; cpp: 3,548; xml: 1,671; awk: 1,582; yacc: 1,357; makefile: 1,220; lisp: 988; lex: 843; sed: 258; objc: 124
file content (15 lines) | stat: -rw-r--r-- 595 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: parts of the program are using 64 bit doubles, and others are using 128 bit doubles on ppc64el.
 The linker fails to merge the sections together, so lets unify them all.

Author: Gianfranco Costamagna <locutusofborg@debian.org>
--- gnu-smalltalk-3.2.5.orig/snprintfv/configure.ac
+++ gnu-smalltalk-3.2.5/snprintfv/configure.ac
@@ -32,6 +32,8 @@ AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_AUX_DIR(../build-aux)
 AC_CONFIG_MACRO_DIR(../build-aux)
 
+GST_C_LONG_DOUBLE
+
 AC_ARG_ENABLE(subdir,
 [  --enable-subdir     used in a package, texinfo+testsuite stripped], ,
 [enable_subdir=no])