CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
attic
/
toolchain-noeabi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
506bb5a
)
made some Makefile's test improvements
author
Jose V Beneyto
<sepen@crux.nu>
Sat, 6 Mar 2010 10:08:57 +0000
(11:08 +0100)
committer
Jose V Beneyto
<sepen@crux.nu>
Sat, 6 Mar 2010 10:08:57 +0000
(11:08 +0100)
work/test.c
[new file with mode: 0644]
patch
|
blob
diff --git a/work/test.c
b/work/test.c
new file mode 100644
(file)
index 0000000..
8e343df
--- /dev/null
+++ b/
work/test.c
@@ -0,0
+1,12
@@
+/*
+ * test.c
+ */
+
+#include <stdio.h>
+
+int main(int argc, char ** argv) {
+ printf("CRUX ARM Toolchain Test\n");
+ return 0;
+}
+
+/* End of file */