diff options
-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](/) |