diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-06-22 02:04:29 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-06-22 02:04:29 +0000 |
commit | 62b124b4ee8f1d37363ba8c556730c06254889e4 (patch) | |
tree | 18e56a7044a16774d3c34f3d72d1c956a6c7629d /src/template/linux_ppc | |
parent | 8bad4e23a866fd7ce9a88ceafc44cbed1d4aebc5 (diff) |
new linux_ppc port.
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 |