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] 3bd863: Using "all" and "install" targets in do_gcc_core_b...


  Branch: refs/heads/master
  Home:   https://github.com/crosstool-ng/crosstool-ng
  Commit: 3bd86362ab77aab362ba397193168625ac801e26
      https://github.com/crosstool-ng/crosstool-ng/commit/3bd86362ab77aab362ba397193168625ac801e26
  Author: Jasmin Jessich <jasmin@anw.at>
  Date:   2015-10-10 (Sat, 10 Oct 2015)

  Changed paths:
    M config/cc/gcc.in.2
    M scripts/build/cc/100-gcc.sh

  Log Message:
  -----------
  Using "all" and "install" targets in do_gcc_core_backend if configured.
- New configurations:
  - CC_GCC_TARGET_FINAL:
    Use the default targets "all" and "install" for the final compiler for
    bare metal.
- Adding parameter "build_step" to function do_gcc_core_backend:
  do_gcc_core_backend is used for the core compiler and in case of bare metal
  for the final compiler, too. To have better control over the parameters for
  the final compiler "build_step" is used.
  - Used for proper logging.
  - Use CT_CC_GCC_CORE_EXTRA_CONFIG_ARRAY or CT_CC_GCC_EXTRA_CONFIG_ARRAY.
  - If CT_CC_GCC_TARGET_FINAL is set and the final compiler is build then the
    make targets for the final compiler are used ("all", "install").

  Signed-off-by: Jasmin Jessich <jasmin@anw.at>


  Commit: 25df7f9bf443416e81cf85796da86bad2b81d204
      https://github.com/crosstool-ng/crosstool-ng/commit/25df7f9bf443416e81cf85796da86bad2b81d204
  Author: Bryan Hundven <bryanhundven@gmail.com>
  Date:   2015-10-14 (Wed, 14 Oct 2015)

  Changed paths:
    M config/cc/gcc.in.2
    M scripts/build/cc/100-gcc.sh

  Log Message:
  -----------
  Merge pull request #205 from jasmin-j/add_gcc_build_step

Using "all" and "install" targets in do_gcc_core_backend if configured


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/d40ff3be762a...25df7f9bf443
--
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]