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] a4a6f2: gcc: Added 6.1.0 to version list


  Branch: refs/heads/master
  Home:   https://github.com/crosstool-ng/crosstool-ng
  Commit: a4a6f2305e9765cee277a28e5c85f80984f4e564
      https://github.com/crosstool-ng/crosstool-ng/commit/a4a6f2305e9765cee277a28e5c85f80984f4e564
  Author: Yogesh Sharma <ysharm01@harris.com>
  Date:   2016-09-07 (Wed, 07 Sep 2016)

  Changed paths:
    M config/cc/gcc.in

  Log Message:
  -----------
  gcc: Added 6.1.0 to version list

added gcc-6.1.0 to version list in kconfig

Signed-off-by: Yogesh Sharma <YogeshASharma@gmail.com>


  Commit: 2f7adae8a79c640c68ffdcb4bd776b2b360f1b74
      https://github.com/crosstool-ng/crosstool-ng/commit/2f7adae8a79c640c68ffdcb4bd776b2b360f1b74
  Author: Yogesh Sharma <ysharm01@harris.com>
  Date:   2016-09-07 (Wed, 07 Sep 2016)

  Changed paths:
    A patches/duma/2_5_15/200-cpp11-new-operator.patch

  Log Message:
  -----------
  duma: Fixed gcc 6.1.0 compile error

Fixed compile error for DUMA 2.5.15 due to different function prototypes
for new operator in c++03 vs c++11

Signed-off-by: Yogesh Sharma <ysharm01@harris.com>


  Commit: 0ec2166f26c0269a7941c0a96328bcd2077e5339
      https://github.com/crosstool-ng/crosstool-ng/commit/0ec2166f26c0269a7941c0a96328bcd2077e5339
  Author: Yogesh Sharma <ysharm01@harris.com>
  Date:   2016-09-07 (Wed, 07 Sep 2016)

  Changed paths:
    A patches/gcc/6.1.0/100-uclibc-conf.patch
    A patches/gcc/6.1.0/301-missing-execinfo_h.patch
    A patches/gcc/6.1.0/370-gcc-plugin-Win-Dont-need-undefined-extern-var-refs-nor-fpic.patch
    A patches/gcc/6.1.0/380-gcc-plugin-POSIX-include-sys-select-h.patch
    A patches/gcc/6.1.0/810-arm-softfloat-libgcc.patch
    A patches/gcc/6.1.0/830-arm_unbreak_armv4t.patch
    A patches/gcc/6.1.0/840-microblaze-enable-dwarf-eh-support.patch
    A patches/gcc/6.1.0/860-cilk-wchar.patch

  Log Message:
  -----------
  gcc: Migrated patches from 5.3.0 to 6.1.0

Signed-off-by: Yogesh Sharma <ysharm01@harris.com>


  Commit: 270f1285bf7096ca68ada6a6293158f7414b3e32
      https://github.com/crosstool-ng/crosstool-ng/commit/270f1285bf7096ca68ada6a6293158f7414b3e32
  Author: Yogesh Sharma <ysharm01@harris.com>
  Date:   2016-09-07 (Wed, 07 Sep 2016)

  Changed paths:
    M samples/i686-w64-mingw32,nios2-spico-elf/crosstool.config

  Log Message:
  -----------
  sample: i686-w64-mingw32,nios2-spico-elf updated ISL

Signed-off-by: Yogesh Sharma <YogeshASharma@gmail.com>


  Commit: 4d9a4f5534781933b7b199e4cf98c218fd74f8e1
      https://github.com/crosstool-ng/crosstool-ng/commit/4d9a4f5534781933b7b199e4cf98c218fd74f8e1
  Author: Yogesh Sharma <ysharm01@harris.com>
  Date:   2016-09-07 (Wed, 07 Sep 2016)

  Changed paths:
    M Makefile.in

  Log Message:
  -----------
  samples: install "broken" file

Currently the broken file is not installed when doing an non-local install.
This causes ct-ng list-samples to not notify the user that a sample is
broken.  This commit triggers the creation of the broken file as needed.

Signed-off-by: Yogesh Sharma <ysharm01@harris.com>


  Commit: 2bc7fc0dab8f1c63a8b802524aa95d89b49d484c
      https://github.com/crosstool-ng/crosstool-ng/commit/2bc7fc0dab8f1c63a8b802524aa95d89b49d484c
  Author: Yogesh Sharma <ysharm01@harris.com>
  Date:   2016-09-07 (Wed, 07 Sep 2016)

  Changed paths:
    M samples/s390x-ibm-linux-gnu/crosstool.config

  Log Message:
  -----------
  sample: s390x-ibm-linux-gnu removed CT_PATCH_NONE=y

Signed-off-by: Yogesh Sharma <ysharm01@harris.com>


  Commit: a1b4ec3b176683817ba128ebb87117725cfa5d20
      https://github.com/crosstool-ng/crosstool-ng/commit/a1b4ec3b176683817ba128ebb87117725cfa5d20
  Author: Yogesh Sharma <ysharm01@harris.com>
  Date:   2016-09-07 (Wed, 07 Sep 2016)

  Changed paths:
    A patches/glibc/2.23/101-Suppress-GCC-6-warning-about-ambiguous-else-with-Wpa.patch

  Log Message:
  -----------
  glibc: fixed compile error

Fixed compile error with gcc 6.1 and glibc 2.23 involving missing parenthesis
with patch from glibc git repository, commit df1cf48777fe4cd81ad7fb09ecbe5b31432b7c1c.

Signed-off-by: Yogesh Sharma <YogeshASharma@gmail.com>


  Commit: 4b4082785d2a68d225d9791b023e68f23d9d6f3c
      https://github.com/crosstool-ng/crosstool-ng/commit/4b4082785d2a68d225d9791b023e68f23d9d6f3c
  Author: Yogesh Sharma <ysharm01@harris.com>
  Date:   2016-09-07 (Wed, 07 Sep 2016)

  Changed paths:
    M config/libc/musl.in

  Log Message:
  -----------
  musl: updated version to 1.1.15

Signed-off-by: Yogesh Sharma <ysharm01@harris.com>


  Commit: 3a36f30ad7f6c9ceac205f5eb189cb74922392a9
      https://github.com/crosstool-ng/crosstool-ng/commit/3a36f30ad7f6c9ceac205f5eb189cb74922392a9
  Author: Bryan Hundven <bryanhundven@gmail.com>
  Date:   2016-09-09 (Fri, 09 Sep 2016)

  Changed paths:
    M Makefile.in
    M config/cc/gcc.in
    M config/libc/musl.in
    A patches/duma/2_5_15/200-cpp11-new-operator.patch
    A patches/gcc/6.1.0/100-uclibc-conf.patch
    A patches/gcc/6.1.0/301-missing-execinfo_h.patch
    A patches/gcc/6.1.0/370-gcc-plugin-Win-Dont-need-undefined-extern-var-refs-nor-fpic.patch
    A patches/gcc/6.1.0/380-gcc-plugin-POSIX-include-sys-select-h.patch
    A patches/gcc/6.1.0/810-arm-softfloat-libgcc.patch
    A patches/gcc/6.1.0/830-arm_unbreak_armv4t.patch
    A patches/gcc/6.1.0/840-microblaze-enable-dwarf-eh-support.patch
    A patches/gcc/6.1.0/860-cilk-wchar.patch
    A patches/glibc/2.23/101-Suppress-GCC-6-warning-about-ambiguous-else-with-Wpa.patch
    M samples/i686-w64-mingw32,nios2-spico-elf/crosstool.config
    M samples/s390x-ibm-linux-gnu/crosstool.config

  Log Message:
  -----------
  Merge pull request #389 from dajamminyogesh/master

gcc: Added 6.1.0 to version list


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/1e4040e01118...3a36f30ad7f6
--
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]