diff options
author | gbmor <ben@gbmor.dev> | 2020-04-15 23:01:45 -0400 |
---|---|---|
committer | gbmor <ben@gbmor.dev> | 2020-04-15 23:01:45 -0400 |
commit | a0b08d685a99d393ed795e4736ac539fd86b468c (patch) | |
tree | 71e85426f29c135e1c5423100e952aa2f7e4e17f /pages | |
parent | c3736ec46672eccc4c23379d4652b6a881c36372 (diff) | |
download | wiki-a0b08d685a99d393ed795e4736ac539fd86b468c.tar.gz |
new page for calling gcc-8 instead of gcc-4
Diffstat (limited to 'pages')
-rw-r--r-- | pages/gcc8.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/pages/gcc8.md b/pages/gcc8.md new file mode 100644 index 0000000..10ab15a --- /dev/null +++ b/pages/gcc8.md @@ -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](/) |