diff options
Diffstat (limited to 'src/template/linux_ppc')
-rwxr-xr-x | src/template/linux_ppc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/template/linux_ppc b/src/template/linux_ppc new file mode 100755 index 00000000000..65415dd3a54 --- /dev/null +++ b/src/template/linux_ppc @@ -0,0 +1,10 @@ +AROPT:crs +CFLAGS:-O2 +SHARED_LIB:-fpic +ALL: +SRCH_INC: +SRCH_LIB: +USE_LOCALE:no +DLSUFFIX:.so +YFLAGS:-d +YACC:bison -y |