Skip to content
Snippets Groups Projects
  1. Jan 03, 2024
  2. Dec 13, 2023
  3. Nov 13, 2023
    • Arsen Arsenović's avatar
      *: add modern gettext · db50aea6
      Arsen Arsenović authored
      This patch updates gettext.m4 and related .m4 files and adds
      gettext-runtime as a gmp/mpfr/... style host library, allowing newer
      libintl to be used.
      
      This patch /does not/ add build-time tools required for
      internationalizing (msgfmt et al), instead, it just updates the runtime
      library.  The result should be a distribution that acts exactly the same
      when a copy of gettext is present, and disables internationalization
      otherwise.
      
      There should be no changes in behavior when gettext is included in-tree.
      When gettext is not included in tree, nor available on the system, the
      programs will be built without localization.
      
      ChangeLog:
      
      	PR bootstrap/12596
      	* .gitignore: Add '/gettext*'.
      	* configure.ac (host_libs): Replace intl with gettext.
      	(hbaseargs, bbaseargs, baseargs): Split baseargs into
      	{h,b}baseargs.
      	(skip_barg): New flag.  Skips appending current flag to
      	bbaseargs.
      	<library exemptions>: Exempt --with-libintl-{type,prefix} from
      	target and build machine argument passing.
      	* configure: Regenerate.
      	* Makefile.def (host_modules): Replace intl module with gettext
      	module.
      	(configure-ld): Depend on configure-gettext.
      	* Makefile.in: Regenerate.
      
      config/ChangeLog:
      
      	* intlmacosx.m4: Import from gettext-0.22 (serial 8).
      	* gettext.m4: Sync with gettext-0.22 (serial 77).
      	* gettext-sister.m4 (ZW_GNU_GETTEXT_SISTER_DIR): Load gettext's
      	uninstalled-config.sh, or call AM_GNU_GETTEXT if missing.
      	* iconv.m4: Sync with gettext-0.22 (serial 26).
      
      contrib/ChangeLog:
      
      	* prerequisites.sha512: Add gettext.
      	* prerequisites.md5: Add gettext.
      	* download_prerequisites: Add gettext.
      
      gcc/ChangeLog:
      
      	* configure: Regenerate.
      	* aclocal.m4: Regenerate.
      	* Makefile.in (LIBDEPS): Remove (potential) ./ prefix from
      	LIBINTL_DEP.
      	* doc/install.texi: Document new (notable) flags added by the
      	optional gettext tree and by AM_GNU_GETTEXT.  Document libintl/libc
      	with gettext dependency.
      
      libcpp/ChangeLog:
      
      	* configure: Regenerate.
      	* aclocal.m4: Regenerate.
      
      libstdc++-v3/ChangeLog:
      
      	* configure: Regenerate.
      db50aea6
  4. Jan 16, 2023
  5. Nov 24, 2021
  6. Aug 30, 2021
    • Andrew Pinski's avatar
      Fix PR 90142: contrib/download_prerequisites uses test == · 79a017c4
      Andrew Pinski authored
      Since == is not portable, it is better to use = in contrib/
      download_prerequisites.  The only place == was used is inside
      the function md5_check which is used only on Mac OS X.
      
      Tested on Mac OS X as:
      ./contrib/download_prerequisites --md5
      Both with all files having the correct checksum and one with a broken one.
      
      contrib/ChangeLog:
      
      	* download_prerequisites (md5_check): Replace == inside
      	test with = to be more portable.
      79a017c4
  7. Aug 24, 2021
    • Andrew Pinski's avatar
      Fix a few problems with download_prerequisites. · 0deabebe
      Andrew Pinski authored
      There are a few problems with download_prerequisites are
      described in PR 82704.  The first is on busy-box version of
      shasum and md5sum the extended option --check don't exist
      so just use -c.  The second issue is the code for which
      shasum program to use is included twice and is different.
      So move which program to use for the checksum after argument
      parsing.  The last issue is --md5 option has been broken for
      sometime now as the program is named md5sum and not just md5.
      Nobody updated switch table to be correct.
      
      contrib/ChangeLog:
      
      	PR other/82704
      	* download_prerequisites: Fix issues with --md5 and
      	--sha512 options.
      0deabebe
  8. May 17, 2021
  9. May 14, 2021
  10. Jul 10, 2020
  11. Jun 24, 2020
  12. Nov 13, 2019
  13. Mar 10, 2019
  14. Jan 29, 2018
  15. Sep 18, 2017
  16. Apr 11, 2017
  17. Oct 24, 2016
  18. Aug 03, 2016
  19. Jun 13, 2016
  20. May 02, 2016
    • Bernd Edlinger's avatar
      configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code. · 00f35794
      Bernd Edlinger authored
      2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
      
              * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
              * configure: Regenerated.
              * Makefile.def (gmp): Explicitly disable assembler.
              (mpfr): Adjust lib_path.
              (mpc): Likewise.
              * Makefile.in: Regenerated.
      
      gcc/
      2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
      
              * doc/install.texi: Document supported in-tree gmp/mpfr/mpc versions.
      
      contrib/
      2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
      
              * download_prerequisites: Adjust gmp/mpfr/mpc versions.
      
      From-SVN: r235763
      00f35794
  21. Dec 17, 2015
  22. Dec 06, 2015
  23. Sep 11, 2015
  24. Dec 12, 2014
  25. Dec 02, 2014
  26. Nov 11, 2014
  27. Feb 13, 2014
  28. May 24, 2013
  29. Jun 02, 2010
Loading