[Gambas-user] Issue 596 in gambas: GNU support

gambas at ...2524... gambas at ...2524...
Fri Jan 16 17:32:44 CET 2015


Status: New
Owner: ----
Labels: Version-3.6.0 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any  
Desktop-Other GUI-Any

New issue 596 by costamag... at ...626...: GNU support
https://code.google.com/p/gambas/issues/detail?id=596

Hi developers, what about supporting GNU operating system?

--- gambas3.orig/acinclude.m4   2015-01-16 17:31:37.090045958 +0100
+++ gambas3/acinclude.m4        2015-01-16 17:31:37.090045958 +0100
@@ -542,6 +542,11 @@
        AC_DEFINE(ARCH_PPC, 1, [Target architecture is PowerPC])
        AC_DEFINE(ARCHITECTURE, "powerpc", [Architecture])
        ;;
+    *-*-gnu* )
+      SYSTEM=GNU
+      AC_DEFINE(OS_GNU, 1, [Target system is of GNU family])
+      AC_DEFINE(SYSTEM, "GNU", [Operating system])
+      ;;
      *)
        ARCH=UNKNOWN
        AC_DEFINE(ARCHITECTURE, "unknown", [Architecture])


I don't remember if I already sent you this patch or not...

-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings




More information about the User mailing list