tags 382386 + patch
thanks
This adds support for HPPA linux machines.
lamont
diff -ur t/tightvnc-1.2.9/Xvnc/config/cf/linux.cf
tightvnc-1.2.9/Xvnc/config/cf/linux.cf
--- t/tightvnc-1.2.9/Xvnc/config/cf/linux.cf 2006-08-10 22:50:08.000000000
+0000
+++ tightvnc-1.2.9/Xvnc/config/cf/linux.cf 2006-08-11 02:16:17.000000000
+0000
@@ -44,7 +44,7 @@
defined(SparcArchitecture) || defined(ArmArchitecure) || \
defined(i386Architecture) || defined(s390Architecture) || \
defined(s390xArchitecture) || defined(MipsArchitecure) || \
- defined(MipselArchitecure)
+ defined(MipselArchitecure) || defined(HPArchitecture)
#define DefaultLinuxCLibMajorVersion 6
#else
@@ -351,6 +351,13 @@
#define ServerExtraDefines -DGCCUSESGAS XFree86ServerDefines
#endif /* MipselArchitecture */
+#ifdef HPArchitecture
+#define OptimizedCDebugFlags -O2
+#define LinuxMachineDefines -D__hppa__
+#define ServerOSDefines XFree86ServerOSDefines -DDDXTIME
-DPART_NET
+#define ServerExtraDefines -DGCCUSESGAS XFree86ServerDefines
+#endif /* HPArchitecture */
+
/*================================================================
BEGIN ORL VNC modification
Always define _REENTRANT since we may use threaded libraries */
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]