| 6ae90f59 | 24-Feb-2023 |
Piotr Kubaj <[email protected]> |
gh-bc: don't disable LTO on powerpc64
Summary: The LTO issue has been fixed. While -flto for some reason is commented out, since it wasn't completely removed, it may be expected to be reenabled.
Re
gh-bc: don't disable LTO on powerpc64
Summary: The LTO issue has been fixed. While -flto for some reason is commented out, since it wasn't completely removed, it may be expected to be reenabled.
Reviewers: se Approved by: se MFC after: 3 days Subscribers: imp Differential Revision: https://reviews.freebsd.org/D38755
show more ...
|
| 76810a95 | 27-Nov-2020 |
Stefan Eßer <[email protected]> |
Make generated C files depend on this Makefile
The contents of lib.c, lib2.c, bc_help.c, and dc_help.c depends on the parameters passed to strgen.sh in this Makefile. A change to the number of param
Make generated C files depend on this Makefile
The contents of lib.c, lib2.c, bc_help.c, and dc_help.c depends on the parameters passed to strgen.sh in this Makefile. A change to the number of parameters of strgen.sh has been applied to the invocation of this command, but this did not cause a rebuild of the generated files.
Reported by: [email protected]
show more ...
|