public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [crosstool-ng/crosstool-ng] f3fcb8: Ignore *.exe (on Cygwin).
@ 2016-12-06 19:33 Alexey Neyman
  0 siblings, 0 replies; only message in thread
From: Alexey Neyman @ 2016-12-06 19:33 UTC (permalink / raw)
  To: crossgcc

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

  Branch: refs/heads/master
  Home:   https://github.com/crosstool-ng/crosstool-ng
  Commit: f3fcb8d2f8d02f5d405bbca4c8f5f2b52fef4a6a
      https://github.com/crosstool-ng/crosstool-ng/commit/f3fcb8d2f8d02f5d405bbca4c8f5f2b52fef4a6a
  Author: Alexey Neyman <stilor@att.net>
  Date:   2016-12-06 (Tue, 06 Dec 2016)

  Changed paths:
    M kconfig/.gitignore

  Log Message:
  -----------
  Ignore *.exe (on Cygwin).

Signed-off-by: Alexey Neyman <stilor@att.net>


  Commit: 31e2a8776da537a32790b318d3c944a80247f15d
      https://github.com/crosstool-ng/crosstool-ng/commit/31e2a8776da537a32790b318d3c944a80247f15d
  Author: Alexey Neyman <stilor@att.net>
  Date:   2016-12-06 (Tue, 06 Dec 2016)

  Changed paths:
    R patches/gettext/0.19.6/110-Fix-linker-error-redefinition-of-vasprintf.patch
    R patches/gettext/0.19.6/120-Fix-Woe32-link-errors-when-compiling-with-O0.patch
    R patches/gettext/0.19.6/130-Fix-static-Cygwin-x86_64-build-environ-is-always-dllimport.patch
    A patches/gettext/0.19.7/110-Fix-linker-error-redefinition-of-vasprintf.patch
    A patches/gettext/0.19.7/120-Fix-Woe32-link-errors-when-compiling-with-O0.patch
    A patches/gettext/0.19.7/130-Fix-static-Cygwin-x86_64-build-environ-is-always-dllimport.patch

  Log Message:
  -----------
  Rename gettext 0.19.6 patches to 0.19.7.

120-*.patch needed an update; others copied verbatim.

Signed-off-by: Alexey Neyman <stilor@att.net>


  Commit: f6ea9a68b26830f72f8f5242aba9b950f2e4da78
      https://github.com/crosstool-ng/crosstool-ng/commit/f6ea9a68b26830f72f8f5242aba9b950f2e4da78
  Author: Alexey Neyman <stilor@att.net>
  Date:   2016-12-06 (Tue, 06 Dec 2016)

  Changed paths:
    A patches/gettext/0.19.7/140-Fix-Cygwin-sys-select.patch
    A patches/gettext/0.19.7/150-Fix-Cygwin-sys-select-2.patch

  Log Message:
  -----------
  Add patches for <sys/select.h> issue on Cygwin.

From gnulib´s mailing list; paths modified to match gnulib module inside
gettext.

Signed-off-by: Alexey Neyman <stilor@att.net>


  Commit: 25f5b82d2e76971aa1c679c347fb3d3493f426b8
      https://github.com/crosstool-ng/crosstool-ng/commit/25f5b82d2e76971aa1c679c347fb3d3493f426b8
  Author: Alexey Neyman <stilor@att.net>
  Date:   2016-12-06 (Tue, 06 Dec 2016)

  Changed paths:
    R patches/linux/3.0.9/100-headers_install-fix-__packed-in-exported-kernel-head.patch
    A patches/linux/3.10.104/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch
    A patches/linux/3.12.67/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch
    A patches/linux/3.16.38/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch
    A patches/linux/3.18.44/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch
    A patches/linux/3.2.83/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch
    A patches/linux/3.4.113/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch
    A patches/linux/4.1.35/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch
    R patches/linux/4.2.3/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch
    A patches/linux/4.4.32/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch
    A patches/linux/4.7.10/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch
    A patches/linux/4.8.8/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch

  Log Message:
  -----------
  Update Linux kernel patches.

3.0.9/100-headers-install-fix*.patch picked up upstream.
The Cygwin fix is needed for Cygwin on all kernel versions.

Signed-off-by: Alexey Neyman <stilor@att.net>


  Commit: 7e44983388a85ba2ef721b302f97b8accad23ba6
      https://github.com/crosstool-ng/crosstool-ng/commit/7e44983388a85ba2ef721b302f97b8accad23ba6
  Author: Alexey Neyman <stilor@att.net>
  Date:   2016-12-06 (Tue, 06 Dec 2016)

  Changed paths:
    M scripts/functions

  Log Message:
  -----------
  Work around Cygwin idiosyncrasy.

Cygwin doesn't like directory names ending with a dot, e.g. "multilib_."

Signed-off-by: Alexey Neyman <stilor@att.net>


  Commit: da3f8c4ec5345b709a330eebab01cd62c574295d
      https://github.com/crosstool-ng/crosstool-ng/commit/da3f8c4ec5345b709a330eebab01cd62c574295d
  Author: Alexey Neyman <stilor@att.net>
  Date:   2016-12-06 (Tue, 06 Dec 2016)

  Changed paths:
    M kconfig/.gitignore
    R patches/gettext/0.19.6/110-Fix-linker-error-redefinition-of-vasprintf.patch
    R patches/gettext/0.19.6/120-Fix-Woe32-link-errors-when-compiling-with-O0.patch
    R patches/gettext/0.19.6/130-Fix-static-Cygwin-x86_64-build-environ-is-always-dllimport.patch
    A patches/gettext/0.19.7/110-Fix-linker-error-redefinition-of-vasprintf.patch
    A patches/gettext/0.19.7/120-Fix-Woe32-link-errors-when-compiling-with-O0.patch
    A patches/gettext/0.19.7/130-Fix-static-Cygwin-x86_64-build-environ-is-always-dllimport.patch
    A patches/gettext/0.19.7/140-Fix-Cygwin-sys-select.patch
    A patches/gettext/0.19.7/150-Fix-Cygwin-sys-select-2.patch
    R patches/linux/3.0.9/100-headers_install-fix-__packed-in-exported-kernel-head.patch
    A patches/linux/3.10.104/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch
    A patches/linux/3.12.67/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch
    A patches/linux/3.16.38/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch
    A patches/linux/3.18.44/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch
    A patches/linux/3.2.83/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch
    A patches/linux/3.4.113/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch
    A patches/linux/4.1.35/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch
    R patches/linux/4.2.3/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch
    A patches/linux/4.4.32/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch
    A patches/linux/4.7.10/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch
    A patches/linux/4.8.8/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch
    M scripts/functions

  Log Message:
  -----------
  Merge pull request #494 from stilor/cygwin-fixes

Cygwin fixes


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/ee4446c7aea3...da3f8c4ec534

[-- 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:[~2016-12-06 19:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-06 19:33 [crosstool-ng/crosstool-ng] f3fcb8: Ignore *.exe (on Cygwin) Alexey Neyman

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).