Page MenuHomeFreeBSD

Recognize the base/gcc compiler as GCC.
ClosedPublic

Authored by jhb on May 8 2018, 7:28 PM.
Tags
None
Referenced Files
F152928842: D15357.diff
Sat, Apr 18, 3:29 AM
Unknown Object (File)
Tue, Apr 14, 10:59 PM
Unknown Object (File)
Tue, Apr 14, 7:04 AM
Unknown Object (File)
Sat, Mar 28, 6:34 AM
Unknown Object (File)
Wed, Mar 25, 9:20 AM
Unknown Object (File)
Sun, Mar 22, 6:32 PM
Unknown Object (File)
Mar 1 2026, 10:46 AM
Unknown Object (File)
Feb 8 2026, 2:33 PM
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 Passed
Unit
No Test Coverage
Build Status
Buildable 16483
Build 16399: arc lint + arc unit

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.