about summary refs log tree commit diff stats
path: root/pages/gcc8.md
blob: 10ab15ab2fe6e01c313714789b540208ae4cca82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!--
title: gcc-8
description: Information on using gcc-8
author: gbmor
-->

# gcc-8

OpenBSD includes `gcc` in the base install. However, it includes `gcc-4.2.1`.
If you prefer to use `gcc-8.3.0`, the names of the binaries differ so as to not
conflict with `gcc` in base.

* `egcc` - gcc
* `eg++` - g++
* `egdb` - gdb
* `egfortran` - g95 / gfortran

The exception being `gnat`.

[back](/)