[freenos] [freenos commit] r218 - Removed libgcc, as 64-bit number operations are too error prone on 32-bit targets.

  • From: codesite-noreply@xxxxxxxxxx
  • To: freenos@xxxxxxxxxxxxx
  • Date: Thu, 09 Jul 2009 22:34:55 +0000

Author: nieklinnenbank
Date: Thu Jul  9 15:32:47 2009
New Revision: 218

Removed:
   trunk/lib/libgcc/
Modified:
   trunk/lib/SConscript

Log:
Removed libgcc, as 64-bit number operations are too error prone on 32-bit targets. Both in compilation and runtime. Additionally, libgcc isn't portable between compilers.


Modified: trunk/lib/SConscript
==============================================================================
--- trunk/lib/SConscript        (original)
+++ trunk/lib/SConscript        Thu Jul  9 15:32:47 2009
@@ -16,4 +16,4 @@
 #

 SConscript( dirs = [ 'liballoc', 'libc', 'libcrt', 'libexec',
-                    'libparse', 'libposix', 'libteken', 'libregexp', 'libgcc' 
])
+                    'libparse', 'libposix', 'libteken', 'libregexp' ])

Other related posts:

  • » [freenos] [freenos commit] r218 - Removed libgcc, as 64-bit number operations are too error prone on 32-bit targets. - codesite-noreply