pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/hercules Don't specify scheduling goals. Hon...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e8f895a8e24d
branches:  trunk
changeset: 649071:e8f895a8e24d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Mar 31 15:22:40 2015 +0000

description:
Don't specify scheduling goals. Honour whatever the user sets.

diffstat:

 emulators/hercules/distinfo                   |   4 ++--
 emulators/hercules/patches/patch-configure.ac |  11 ++++++++++-
 2 files changed, 12 insertions(+), 3 deletions(-)

diffs (39 lines):

diff -r f19e5fe8ba50 -r e8f895a8e24d emulators/hercules/distinfo
--- a/emulators/hercules/distinfo       Tue Mar 31 15:20:53 2015 +0000
+++ b/emulators/hercules/distinfo       Tue Mar 31 15:22:40 2015 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.17 2015/03/24 15:04:11 ryoon Exp $
+$NetBSD: distinfo,v 1.18 2015/03/31 15:22:40 joerg Exp $
 
 SHA1 (hercules-3.11.tar.gz) = f846995600e1be3f851790afa1e3e0f47e59f21a
 RMD160 (hercules-3.11.tar.gz) = 759799fb17e344fd3db7ad9e55473ce0580ea415
 Size (hercules-3.11.tar.gz) = 2623956 bytes
 SHA1 (patch-Makefile.in) = 16a9b4e47456b789a906f03c942d4e683f18b87a
 SHA1 (patch-autoconf_libtool.m4) = 713bc12bfd176e908fc01b401ee0163660f20da8
-SHA1 (patch-configure.ac) = 655e738191adcc79d509592c06089305ae743024
+SHA1 (patch-configure.ac) = 945119267aceba66bc82b2192fb6785f09be1bdb
 SHA1 (patch-crypto_Makefile.in) = 0e9fa3ce7e2f629d9eaed21dcfe7625087f7103b
 SHA1 (patch-decNumber_Makefile.in) = 98228044642007e894fde580e010c6da874454af
 SHA1 (patch-hercifc.h) = 29674ad8f23f69032248098647811e30438c2e98
diff -r f19e5fe8ba50 -r e8f895a8e24d emulators/hercules/patches/patch-configure.ac
--- a/emulators/hercules/patches/patch-configure.ac     Tue Mar 31 15:20:53 2015 +0000
+++ b/emulators/hercules/patches/patch-configure.ac     Tue Mar 31 15:22:40 2015 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-configure.ac,v 1.1 2012/03/25 05:27:43 ryoon Exp $
+$NetBSD: patch-configure.ac,v 1.2 2015/03/31 15:22:40 joerg Exp $
 
 --- configure.ac.orig  2010-03-07 12:22:36.000000000 +0000
 +++ configure.ac
@@ -20,3 +20,12 @@
      AC_CHECK_DECLS( MTEWARN,          [hc_cv_have_mtewarn=yes],             [hc_cv_have_mtewarn=no],             [#include <sys/mtio.h>] )
  else
      hc_cv_have_mtewarn=no
+@@ -1749,7 +1749,7 @@ if test "$hc_cv_auto_optimize" = "yes"; 
+         xscale-yes|arm*-yes)
+ 
+             hc_cv_is_intel_x86_arch=no
+-            hc_cv_optimization_flags="$hc_cv_optimization_flags -mcpu=$host_cpu -mtune=$host_cpu -frename-registers"
++            hc_cv_optimization_flags="$hc_cv_optimization_flags -frename-registers"
+             ;;
+     esac
+     if test "$hc_cv_is_intel_x86_arch" = "yes"; then



Home | Main Index | Thread Index | Old Index