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