ports/lang/freebasic/patches/patch-bootstrap_openbsd-x86_64_fbc_c

14 lines
648 B
Text

This will go away next update.
Index: bootstrap/openbsd-x86_64/fbc.c
--- bootstrap/openbsd-x86_64/fbc.c.orig
+++ bootstrap/openbsd-x86_64/fbc.c
@@ -281,7 +281,7 @@ static void HPRINTOPTIONS( void );
static void HPRINTVERSION( void );
static void _GLOBAL__I( void ) __attribute__(( constructor ));
static void _GLOBAL__D( void ) __attribute__(( destructor ));
-static uint8 TOOLNAMES$[9][8] = { "as", "ar", "ld", "cc", "llc", "dlltool", "GoRC", "windres", "cxbe" };
+static uint8 TOOLNAMES$[9][8] = { "as", "ar", "ld", "egcc", "llc", "dlltool", "GoRC", "windres", "cxbe" };
static struct $6FBCCTX FBC$;
struct $11FBGNUOSINFO {
uint8* GNUID;