diff options
author | joerg <joerg@pkgsrc.org> | 2015-03-31 15:22:40 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-03-31 15:22:40 +0000 |
commit | bfffa8202bccbe4a2ba7a7f27bfd434e3aa1d26f (patch) | |
tree | f917dc07e1ca8dcb80e0a53508ab5b65cf691b30 /emulators | |
parent | 130ab74c8fcd879bff34ceaffe726ce281cee250 (diff) | |
download | pkgsrc-bfffa8202bccbe4a2ba7a7f27bfd434e3aa1d26f.tar.gz |
Don't specify scheduling goals. Honour whatever the user sets.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/hercules/distinfo | 4 | ||||
-rw-r--r-- | emulators/hercules/patches/patch-configure.ac | 11 |
2 files changed, 12 insertions, 3 deletions
diff --git a/emulators/hercules/distinfo b/emulators/hercules/distinfo index e1e5d515aa3..dcabacc2212 100644 --- a/emulators/hercules/distinfo +++ b/emulators/hercules/distinfo @@ -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 --git a/emulators/hercules/patches/patch-configure.ac b/emulators/hercules/patches/patch-configure.ac index 8ac1f5a7eb1..8e080160331 100644 --- a/emulators/hercules/patches/patch-configure.ac +++ b/emulators/hercules/patches/patch-configure.ac @@ -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 @@ $NetBSD: patch-configure.ac,v 1.1 2012/03/25 05:27:43 ryoon Exp $ 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 |