History log of /dragonfly/gnu/usr.bin/cc80/libbackend/Makefile (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v6.2.1, v6.2.0, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0
# 1fbcaeea 17-Oct-2020 Sascha Wildner <saw@online.de>

gcc: Add clang's -Wno-c++11-narrowing where we have gcc's -Wno-narrowing.

This fixes some clang buildworld issues.

Not sure why it errors without this flag even though no -Werror is set.


Revision tags: v5.8.3, v5.8.2, v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3, v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2
# de2610f5 16-Apr-2019 zrj <rimvydas.jasinskas@gmail.com>

Adjust makefiles for GCC80 update.


Revision tags: v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2
# 49138b3b 17-May-2018 zrj <rimvydas.jasinskas@gmail.com>

gcc80: Partially implement TOOLCHAIN_CHECKING.

Will be needed for special feature testing in newer binutils.


Revision tags: v5.2.1
# 5db9d41b 02-May-2018 zrj <rimvydas.jasinskas@gmail.com>

gcc80: Mark few sources as special for narrowing.

While there, add -Wpragmas suppression for gcc47.


# 2233c95b 02-May-2018 zrj <rimvydas.jasinskas@gmail.com>

gcc80: Bring in makefiles but leave them unhooked.

Makefile infrastructure was reused from gcc50 one writen by John Marino.