tags 634240 + patch
tags 634240 + pending
thanks

Dear maintainer,

I've prepared an NMU for squeak-vm (versioned as 1:4.4.7.2357-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
  Hector Oron
diff -Nru squeak-vm-4.4.7.2357/debian/changelog squeak-vm-4.4.7.2357/debian/changelog
--- squeak-vm-4.4.7.2357/debian/changelog	2011-05-08 15:03:12.000000000 +0200
+++ squeak-vm-4.4.7.2357/debian/changelog	2012-02-22 03:31:20.000000000 +0100
@@ -1,3 +1,11 @@
+squeak-vm (1:4.4.7.2357-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS (arm): unrecognized command line option '-mno-fused-madd'
+    - Thanks Ricardo Salveti de Araujo for patch. (Closes: #634240)
+
+ -- Hector Oron <zu...@debian.org>  Wed, 22 Feb 2012 02:29:15 +0000
+
 squeak-vm (1:4.4.7.2357-1) unstable; urgency=low
 
   * New upstream release (Closes: #625861)
diff -Nru squeak-vm-4.4.7.2357/debian/patches/reenable-gcc-optimisations.patch squeak-vm-4.4.7.2357/debian/patches/reenable-gcc-optimisations.patch
--- squeak-vm-4.4.7.2357/debian/patches/reenable-gcc-optimisations.patch	1970-01-01 01:00:00.000000000 +0100
+++ squeak-vm-4.4.7.2357/debian/patches/reenable-gcc-optimisations.patch	2012-02-22 03:29:09.000000000 +0100
@@ -0,0 +1,24 @@
+Patch: SVN rev 2374
+http://lists.squeak.org/pipermail/vm-dev/2011-June/008330.html
+
+Index: unix/plugins/FloatMathPlugin/config.cmake
+===================================================================
+--- a/unix/plugins/FloatMathPlugin/config.cmake	(revision 2373)
++++ b/unix/plugins/FloatMathPlugin/config.cmake	(revision 2374)
+@@ -7,10 +7,10 @@
+   PLUGIN_DEFINITIONS (-D__LITTLE_ENDIAN=1)
+ ENDIF ()
+ 
++SET (LIBM_CFLAGS "${CMAKE_C_FLAGS}")
++
+ # GCC optimizations break fdlibm so disable them for now.
+-
+-IF (CMAKE_COMPILER_IS_GNUCC)
+-  SET (LIBM_CFLAGS "${CMAKE_C_FLAGS} -O0 -mno-fused-madd")
+-ELSE ()
+-  SET (LIBM_CFLAGS "${CMAKE_C_FLAGS}")
+-ENDIF ()
++# 
++# IF (CMAKE_COMPILER_IS_GNUCC AND CMAKE_SYSTEM_NAME STREQUAL "Linux")
++#   SET (LIBM_CFLAGS "${CMAKE_C_FLAGS} -O0 -mno-fused-madd")
++# ENDIF ()
diff -Nru squeak-vm-4.4.7.2357/debian/patches/series squeak-vm-4.4.7.2357/debian/patches/series
--- squeak-vm-4.4.7.2357/debian/patches/series	2011-05-07 20:41:16.000000000 +0200
+++ squeak-vm-4.4.7.2357/debian/patches/series	2012-02-22 03:29:09.000000000 +0100
@@ -2,3 +2,4 @@
 mpeg_includes.patch
 #npsqueak.patch
 linex.patch
+reenable-gcc-optimisations.patch

Reply via email to