summaryrefslogtreecommitdiff
path: root/nacl/okcompilers/c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-13 10:09:38 -0400
committerirungentoo <irungentoo@gmail.com>2013-07-13 10:09:38 -0400
commitd4fe483efd3e0062f12430efe9deb66d43d914d7 (patch)
treee6aa9ac716ae82cdb15c6e6cb5d9d1d9d29f053b /nacl/okcompilers/c
parent835ef0320d47372eac14bef31c979b8217d04498 (diff)
NaCl moved to other repo.
Diffstat (limited to 'nacl/okcompilers/c')
-rw-r--r--nacl/okcompilers/c8
1 files changed, 0 insertions, 8 deletions
diff --git a/nacl/okcompilers/c b/nacl/okcompilers/c
deleted file mode 100644
index 7218da3a..00000000
--- a/nacl/okcompilers/c
+++ /dev/null
@@ -1,8 +0,0 @@
1gcc -m64 -O3 -fomit-frame-pointer -funroll-loops
2gcc -m64 -O -fomit-frame-pointer
3gcc -m64 -fomit-frame-pointer
4gcc -m32 -O3 -fomit-frame-pointer -funroll-loops
5gcc -m32 -O -fomit-frame-pointer
6gcc -m32 -fomit-frame-pointer
7spu-gcc -mstdmain -march=cell -O3 -funroll-loops -fomit-frame-pointer -Drandom=rand -Dsrandom=srand
8spu-gcc -mstdmain -march=cell -O -fomit-frame-pointer -Drandom=rand -Dsrandom=srand