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] 58617d: configure: Don't write a.out on static compiler ch...


  Branch: refs/heads/master
  Home:   https://github.com/crosstool-ng/crosstool-ng
  Commit: 58617df80d92cc36c332a47d982a13321c5f7878
      https://github.com/crosstool-ng/crosstool-ng/commit/58617df80d92cc36c332a47d982a13321c5f7878
  Author: Bryan Hundven <bryanhundven@gmail.com>
  Date:   2016-03-03 (Thu, 03 Mar 2016)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  configure: Don't write a.out on static compiler check

Because I don't pass `-o` to gcc, it makes an a.out file with gcc.
For clang it doesn't make the a.out, as that is not the default.

It doesn't hurt to output to /dev/null for both.

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


  Commit: c59c785c7f58f6869a1a5999e0aee252dfc5b555
      https://github.com/crosstool-ng/crosstool-ng/commit/c59c785c7f58f6869a1a5999e0aee252dfc5b555
  Author: Bryan Hundven <bryanhundven@gmail.com>
  Date:   2016-03-03 (Thu, 03 Mar 2016)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  Merge pull request #365 from bhundven/no_aout_static_check

configure: Don't write a.out on static compiler check


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/f67572fda7c5...c59c785c7f58
--
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]