public
Description: The Nu programming language.
Homepage: http://programming.nu
Clone URL: git://github.com/timburks/nu.git
Added arm-related files from libffi.

Eventually, these should be kept outside of the Nu distribution
in a separately-built libffi.  But to help get started, here
are the arm-related source files from libffi-3.0.5. Everything
compiles except for the .S file, which appears to use syntax
that is not supported by Apple's assembler.
timburks (author)
Mon Apr 07 20:36:17 -0700 2008
commit  975db8d85dbfed78999e38ecaa6d819fa7095e06
tree    f909893d0055254d27d8f43c2d0a1e0cb71367cf
parent  b3e0efc3f6d3679e9cc2f8786da0ea6a921d212a
...
10
11
12
 
 
13
14
15
...
10
11
12
13
14
15
16
17
0
@@ -10,6 +10,8 @@
0
       ("iPhone"
0
                (set PLATFORM "-isysroot /Developer/Platforms/Aspen.platform/Developer/SDKs/Aspen1.2.sdk")
0
                (set @arch '("armv6"))
0
+ (@c_files unionSet:(filelist "^libffi/.*\.c$"))
0
+ (@c_files unionSet:(filelist "^libffi/.*\.S$"))
0
                (set @cc "/Developer/Platforms/Aspen.platform/Developer/usr/bin/gcc-4.0"))
0
       ("simulator"
0
                   (set PLATFORM "-isysroot /Developer/Platforms/AspenSimulator.platform/Developer/SDKs/AspenSimulator1.2.sdk")

Comments

    No one has commented yet.