$OpenBSD: patch-config_nimrod_cfg,v 1.3 2014/05/08 01:05:50 jturner Exp $
--- config/nimrod.cfg.orig	Mon Apr 21 20:06:24 2014
+++ config/nimrod.cfg	Mon Apr 21 20:13:40 2014
@@ -71,7 +71,7 @@ hint[LineTooLong]=off
   @end
   @if bsd or haiku:
     # BSD got posix_spawn only recently, so we deactivate it for osproc:
-    define:useFork
+    #define:useFork
     # at least NetBSD has problems with thread local storage:
     tlsEmulation:on
   @end
@@ -99,6 +99,8 @@ hint[LineTooLong]=off
 @else:
   gcc.options.always = "-w"
   gpp.options.always = "-w -fpermissive"
+  egcc.options.always = "-w"
+  egpp.options.alaways = "-w -fpermissive"
 @end
 
 gcc.options.speed = "-O3 -fno-strict-aliasing"
@@ -109,6 +111,11 @@ gpp.options.speed = "-O3 -fno-strict-aliasing"
 gpp.options.size = "-Os"
 gpp.options.debug = "-g3 -O0"
 #passl = "-pg"
+
+# Configuration for the ports GCC compiler:
+egcc.options.speed = "-O3 -fno-strict-aliasing"
+egcc.options.size = "-Os"
+egcc.options.debug = "-g3 -O0"
 
 # Configuration for the LLVM GCC compiler:
 llvm_gcc.options.debug = "-g"
