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] 6c9e94: Fix location where libc manual is built


  Branch: refs/heads/master
  Home:   https://github.com/crosstool-ng/crosstool-ng
  Commit: 6c9e949ae39b6504929acfdb12dd10ce88363789
      https://github.com/crosstool-ng/crosstool-ng/commit/6c9e949ae39b6504929acfdb12dd10ce88363789
  Author: Alexey Neyman <stilor@att.net>
  Date:   2017-01-30 (Mon, 30 Jan 2017)

  Changed paths:
    M scripts/build/libc/glibc.sh

  Log Message:
  -----------
  Fix location where libc manual is built

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


  Commit: bd318e886b0a0ac1058aa889e7576ffbddb5e6fa
      https://github.com/crosstool-ng/crosstool-ng/commit/bd318e886b0a0ac1058aa889e7576ffbddb5e6fa
  Author: Alexey Neyman <stilor@att.net>
  Date:   2017-01-30 (Mon, 30 Jan 2017)

  Changed paths:
    M scripts/build/binutils/binutils.sh

  Log Message:
  -----------
  Fix installation of manuals for binutils

It was running 'make gas ld ...', which was succeeding, but didn't install
anything.

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


  Commit: c83335c5a3cde721661c347a3d8e9cfdbd1db007
      https://github.com/crosstool-ng/crosstool-ng/commit/c83335c5a3cde721661c347a3d8e9cfdbd1db007
  Author: Alexey Neyman <stilor@att.net>
  Date:   2017-01-30 (Mon, 30 Jan 2017)

  Changed paths:
    M config/debug/duma.in
    M scripts/build/debug/200-duma.sh

  Log Message:
  -----------
  Use 'make install' to install DUMA

This serves two purposes:
- installs its manpage
- installs headers, without them it does not make sense to install a
static library

Unfortunately, there's no way to select shared-only build of DUMA.
Hence, disable selection for static library.

Also, allow user to select whether to use stock or ct-ng's wrapper.

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


  Commit: 1baddb19ee04bc5e7603cc147f5800f2ecfa944f
      https://github.com/crosstool-ng/crosstool-ng/commit/1baddb19ee04bc5e7603cc147f5800f2ecfa944f
  Author: Alexey Neyman <stilor@att.net>
  Date:   2017-01-30 (Mon, 30 Jan 2017)

  Changed paths:
    M config/debug/duma.in
    M scripts/build/binutils/binutils.sh
    M scripts/build/debug/200-duma.sh
    M scripts/build/libc/glibc.sh

  Log Message:
  -----------
  Merge pull request #567 from stilor/fix-build-manuals

Fix build manuals


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/51bedaf27e5e...1baddb19ee04

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