This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[crosstool-ng/crosstool-ng] 994351: uClibc: fix darwin build


  Branch: refs/heads/master
  Home:   https://github.com/crosstool-ng/crosstool-ng
  Commit: 99435117fdde5548f56090cf55e0739d5f781427
      https://github.com/crosstool-ng/crosstool-ng/commit/99435117fdde5548f56090cf55e0739d5f781427
  Author: Andreas BieÃmann <andreas@biessmann.de>
  Date:   2015-01-08 (Thu, 08 Jan 2015)

  Changed paths:
    A patches/uClibc/0.9.33.2/300-fix-darwin-build.patch

  Log Message:
  -----------
  uClibc: fix darwin build

uClibc's unifdef tool declares strlcpy(3) which is problematic on OS X. There
(and probably on other systems) strlcpy(3) is defined as a macro, re-declaring
it here will fail cause the macro expansion will generate an invalid function
name.
The declaration of strlcpy(3) is however useless cause it is never used in the
tool. Also upstream patch 2a021ae81c36f4281883a3195f7ce81504edf978 will remove
it. Using that patch here is overkill, cause it rewrites a lot of the
unifdef.c code.

Signed-off-by: Andreas BieÃmann <andreas@biessmann.de>
Cc: Yann E. MORIN <yann.morin.1998@free.fr>


  Commit: 1b04bead745e1073d08c41d6fe1ee787a8224513
      https://github.com/crosstool-ng/crosstool-ng/commit/1b04bead745e1073d08c41d6fe1ee787a8224513
  Author: Bryan Hundven <bryanhundven@gmail.com>
  Date:   2015-01-26 (Mon, 26 Jan 2015)

  Changed paths:
    A patches/uClibc/0.9.33.2/300-fix-darwin-build.patch

  Log Message:
  -----------
  Merge pull request #26 from bhundven/patchwork-andreas-bieÃmann

uClibc: fix darwin build


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/7c7b882c8fb6...1b04bead745e
--
For unsubscribe information see http://sourceware.org/lists.html#faq

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]