$OpenBSD: patch-configure_py,v 1.6 2018/01/18 18:12:31 bluhm Exp $
Index: configure.py
--- configure.py.orig
+++ configure.py
@@ -2664,10 +2664,6 @@ def set_defaults_for_unset_options(options, info_arch,
             if have_program('clang++'):
                 options.compiler = 'clang'
         elif options.os == 'openbsd':
-            if have_program('eg++'):
-                info_cc['gcc'].binary_name = 'eg++'
-            else:
-                logging.warning('Default GCC is too old; install a newer one using \'pkg_add gcc\'')
             # The assembler shipping with OpenBSD 5.9 does not support avx2
             del info_cc['gcc'].isa_flags['avx2']
             options.compiler = 'gcc'
