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] c66d5c: configure: Check to see if gcc can static link


  Branch: refs/heads/master
  Home:   https://github.com/crosstool-ng/crosstool-ng
  Commit: c66d5c20cf78b6ab144e77788eedcaecb17e2e6f
      https://github.com/crosstool-ng/crosstool-ng/commit/c66d5c20cf78b6ab144e77788eedcaecb17e2e6f
  Author: Bryan Hundven <bryanhundven@gmail.com>
  Date:   2016-02-26 (Fri, 26 Feb 2016)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  configure: Check to see if gcc can static link

This is a semi-nasty-hack to see if gcc can static link.
Obviously on Mac OS X this is not possible, so we set
CT_CONFIGURE_has_static_link=y if it can.

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>


  Commit: b3869e933b29286fe362e68fbda3184acf655de8
      https://github.com/crosstool-ng/crosstool-ng/commit/b3869e933b29286fe362e68fbda3184acf655de8
  Author: Bryan Hundven <bryanhundven@gmail.com>
  Date:   2016-02-26 (Fri, 26 Feb 2016)

  Changed paths:
    M config/cc/gcc.in.2
    M config/debug/gdb.in.cross
    M config/debug/gdb.in.gdbserver
    M config/debug/gdb.in.native
    M config/toolchain.in

  Log Message:
  -----------
  config: Add static link check to static options

If we can't static link with gcc, then don't allow static linking.

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>


  Commit: c1c03aa27c27e4e96be6486d90093babc6f1b638
      https://github.com/crosstool-ng/crosstool-ng/commit/c1c03aa27c27e4e96be6486d90093babc6f1b638
  Author: Bryan Hundven <bryanhundven@gmail.com>
  Date:   2016-02-28 (Sun, 28 Feb 2016)

  Changed paths:
    M config/cc/gcc.in.2
    M config/debug/gdb.in.cross
    M config/debug/gdb.in.gdbserver
    M config/debug/gdb.in.native
    M config/toolchain.in
    M configure.ac

  Log Message:
  -----------
  Merge pull request #356 from bhundven/check_static_link

configure: Check to see if gcc can static link


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/01bc77f5f170...c1c03aa27c27
--
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]