git: gcc80: Unbreak ctools on OpenBSD.

Rimvydas Jasinskas zrj at crater.dragonflybsd.org
Thu Feb 13 22:31:11 PST 2020


commit b1eee65c391c3357aad4bf626e31effa570809a6
Author: zrj <rimvydas.jasinskas at gmail.com>
Date:   Thu Feb 13 13:52:39 2020 +0200

    gcc80: Unbreak ctools on OpenBSD.
    
     For some reason cpp(1) has --traditional-cpp enforced in clang-cpp, that
     does not expand macros with spaces like "FOO (blah);".
     Use plain cc -E -P for compat in NXCC for now (both headers do not
     depend on arch specific code or external headers, so it should be safe.

Summary of changes:
 gnu/usr.bin/cc80/cc_tools/tools/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b1eee65c391c3357aad4bf626e31effa570809a6


-- 
DragonFly BSD source repository


More information about the Commits mailing list