diff options
author | irungentoo <irungentoo@gmail.com> | 2013-07-13 10:09:38 -0400 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-07-13 10:09:38 -0400 |
commit | d4fe483efd3e0062f12430efe9deb66d43d914d7 (patch) | |
tree | e6aa9ac716ae82cdb15c6e6cb5d9d1d9d29f053b /nacl/okcompilers/c | |
parent | 835ef0320d47372eac14bef31c979b8217d04498 (diff) |
NaCl moved to other repo.
Diffstat (limited to 'nacl/okcompilers/c')
-rw-r--r-- | nacl/okcompilers/c | 8 |
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 @@ | |||
1 | gcc -m64 -O3 -fomit-frame-pointer -funroll-loops | ||
2 | gcc -m64 -O -fomit-frame-pointer | ||
3 | gcc -m64 -fomit-frame-pointer | ||
4 | gcc -m32 -O3 -fomit-frame-pointer -funroll-loops | ||
5 | gcc -m32 -O -fomit-frame-pointer | ||
6 | gcc -m32 -fomit-frame-pointer | ||
7 | spu-gcc -mstdmain -march=cell -O3 -funroll-loops -fomit-frame-pointer -Drandom=rand -Dsrandom=srand | ||
8 | spu-gcc -mstdmain -march=cell -O -fomit-frame-pointer -Drandom=rand -Dsrandom=srand | ||