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] 59485b: libc/newlib: Canadian baremetal builds require cor...


  Branch: refs/heads/master
  Home:   https://github.com/crosstool-ng/crosstool-ng
  Commit: 59485ba5197e9bbfc1da1c18b2e7d1efc8ad7aed
      https://github.com/crosstool-ng/crosstool-ng/commit/59485ba5197e9bbfc1da1c18b2e7d1efc8ad7aed
  Author: David Holsgrove <david.holsgrove@xilinx.com>
  Date:   2014-12-15 (Mon, 15 Dec 2014)

  Changed paths:
    M config/libc/newlib.in

  Log Message:
  -----------
  libc/newlib: Canadian baremetal builds require core pass-1

Can safely skip the core pass-1 for normal baremetal builds,
but when building a canadian baremetal, the repair_cc
functionality (GCC_FOR_TARGET) in gcc.sh will force the
core pass-2 to attempt to build gcc and libgcc without a
${CT_TARGET}-gcc existing, causing a failure on
${CT_TARGET}-gcc -dumpspecs > tmp-specs

Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>


  Commit: 767aa9befcf74d6b70f37539ac3a442370a9421b
      https://github.com/crosstool-ng/crosstool-ng/commit/767aa9befcf74d6b70f37539ac3a442370a9421b
  Author: Bryan Hundven <bryanhundven@gmail.com>
  Date:   2014-12-15 (Mon, 15 Dec 2014)

  Changed paths:
    M config/libc/newlib.in

  Log Message:
  -----------
  Merge pull request #13 from davidholsgrove/newlib_canadian

libc/newlib: Canadian baremetal builds require core pass-1


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/5c7bccdb3fb9...767aa9befcf7
--
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]