about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorgbmor <ben@gbmor.dev>2020-04-15 23:01:45 -0400
committergbmor <ben@gbmor.dev>2020-04-15 23:01:45 -0400
commita0b08d685a99d393ed795e4736ac539fd86b468c (patch)
tree71e85426f29c135e1c5423100e952aa2f7e4e17f
parentc3736ec46672eccc4c23379d4652b6a881c36372 (diff)
downloadwiki-a0b08d685a99d393ed795e4736ac539fd86b468c.tar.gz
new page for calling gcc-8 instead of gcc-4
-rw-r--r--pages/gcc8.md20
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](/)