mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
new linux_ppc port.
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
AROPT:crs
|
AROPT:crs
|
||||||
CFLAGS:-O2 -g
|
CFLAGS:-O2
|
||||||
SHARED_LIB:-fpic
|
SHARED_LIB:-fpic
|
||||||
ALL:
|
ALL:
|
||||||
SRCH_INC:
|
SRCH_INC:
|
||||||
|
10
src/template/linux_ppc
Executable file
10
src/template/linux_ppc
Executable file
@ -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
|
Reference in New Issue
Block a user