new page for calling gcc-8 instead of gcc-4

This commit is contained in:
gbmor 2020-04-15 23:01:45 -04:00
parent c3736ec466
commit a0b08d685a
1 changed files with 20 additions and 0 deletions

20
pages/gcc8.md Normal file
View File

@ -0,0 +1,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](/)