From a0b08d685a99d393ed795e4736ac539fd86b468c Mon Sep 17 00:00:00 2001 From: gbmor Date: Wed, 15 Apr 2020 23:01:45 -0400 Subject: [PATCH] new page for calling gcc-8 instead of gcc-4 --- pages/gcc8.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/gcc8.md 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 @@ + + +# 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](/)