Page MenuHomeFreeBSD

Recognize the base/gcc compiler as GCC.
ClosedPublic

Authored by jhb on May 8 2018, 7:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 15, 7:30 AM
Unknown Object (File)
Mon, Oct 13, 9:07 AM
Unknown Object (File)
Wed, Oct 8, 7:27 AM
Unknown Object (File)
Sep 16 2025, 3:15 AM
Unknown Object (File)
Sep 14 2025, 4:36 PM
Unknown Object (File)
Sep 7 2025, 3:44 AM
Unknown Object (File)
Sep 4 2025, 2:19 AM
Unknown Object (File)
Aug 30 2025, 3:56 AM
Subscribers

Details

Summary

The existing patterns for 'cc --version' output do not work for GCC
built from the base/gcc port.

Output:

cc --version

cc (GNU Collection for FreeBSD) 6.3.0
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Test Plan
  • Trying to use base/gcc package for MIPS to build a native world inside of a qemu instance.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.May 8 2018, 7:46 PM
This revision was automatically updated to reflect the committed changes.