public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [crosstool-ng/crosstool-ng] 994351: uClibc: fix darwin build
@ 2015-01-26 16:38 Bryan Hundven
  0 siblings, 0 replies; only message in thread
From: Bryan Hundven @ 2015-01-26 16:38 UTC (permalink / raw)
  To: crossgcc

[-- Attachment #1: Type: text/plain, Size: 1617 bytes --]

  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

[-- Attachment #2: Type: text/plain, Size: 71 bytes --]

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-26 16:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-26 16:38 [crosstool-ng/crosstool-ng] 994351: uClibc: fix darwin build Bryan Hundven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).