HomeFreeBSD

Makefile.inc1: Allow showconfig and test-system-* if (X)CC is GCC

Description

Makefile.inc1: Allow showconfig and test-system-* if (X)CC is GCC

This case gets hit in make universe on Linux, since we will first run
make test-system-compiler to determine whether to use the system or
universe toolchain, during which time CC is the host's, GCC, and XCC
isn't set, so defaults to the same.

Fixes: 4c0dfd5959bd ("arm: fail early on gcc builds")

Details

Provenance
jrtc27Authored on Sun, Jun 2, 11:16 PM
Parents
rG25a33bfe9ce2: ee: Fix use of uninitialised pointer in ispell_op
Branches
Unknown
Tags
Unknown