[Lunar-commits] r26361 - moonbase/trunk/compilers/dev86

Dennis Veatch stumbles at lunar-linux.org
Wed Oct 24 21:23:14 CEST 2007


Author: stumbles
Date: 2007-10-24 21:23:14 +0200 (Wed, 24 Oct 2007)
New Revision: 26361

Added:
   moonbase/trunk/compilers/dev86/BUILD.x86_64
   moonbase/trunk/compilers/dev86/DETAILS.x86_64
Log:

So it works on this platform. Upside, also compiles cleanly
on same platform with glibc-2.7 and new kernel-headers.



Added: moonbase/trunk/compilers/dev86/BUILD.x86_64
===================================================================
--- moonbase/trunk/compilers/dev86/BUILD.x86_64	                        (rev 0)
+++ moonbase/trunk/compilers/dev86/BUILD.x86_64	2007-10-24 19:23:14 UTC (rev 26361)
@@ -0,0 +1,7 @@
+(
+
+  patch_it $SOURCE_CACHE/$SOURCE1 0 &&
+
+  default_make
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/compilers/dev86/DETAILS.x86_64
===================================================================
--- moonbase/trunk/compilers/dev86/DETAILS.x86_64	                        (rev 0)
+++ moonbase/trunk/compilers/dev86/DETAILS.x86_64	2007-10-24 19:23:14 UTC (rev 26361)
@@ -0,0 +1,25 @@
+        MODULE=dev86
+       VERSION=0.16.17
+        SOURCE=Dev86src-$VERSION.tar.gz
+       SOURCE1=dev86-0.16.17.x86_64.02.patch
+    SOURCE_URL=http://homepage.ntlworld.com/robert.debath/$MODULE/
+   SOURCE1_URL=$PATCH_URL
+    SOURCE_VFY=sha1:0bfe55c7a5e11d72f19f26cb0383178605951c72
+   SOURCE1_VFY=sha1:ac1a0deca4c560565ccc431709a97e200bb0adf3
+      WEB_SITE=http://homepage.ntlworld.com/robert.debath/
+       ENTERED=20071004
+       UPDATED=20071004
+         SHORT="Bruce Evan's C compiler, related assembler and linker"
+         PSAFE=no
+
+cat << EOF
+This is based on Bruce Evans's C compiler with additonal code,
+including a reasonable C library for ELKS DOS or standalone,
+written by myself and others.
+
+This is the source mainly for use with Linux i386 but should work
+with other unix versions, within Linux the assembler and linker
+are used for bootblocks, DOSEMU and other packages.
+
+Includes bcc, as86 and more.
+EOF



More information about the Lunar-commits mailing list