mirror of https://github.com/postgres/postgres
parent
6921f364db
commit
6d3a5482aa
@ -0,0 +1,4 @@ |
||||
MK_NO_LORDER= true
|
||||
|
||||
%$(DLSUFFIX): %.o |
||||
$(LD) -G -bexpall -bnoentry -o $@ $< $(LDFLAGS)
|
||||
@ -0,0 +1,11 @@ |
||||
AROPT:crs |
||||
CFLAGS:-qchars=signed -qmaxmem=8192 -qhalt=w -qsrcmsg -qcheck=divzero -qlonglong |
||||
SHARED_LIB: |
||||
ALL: |
||||
SRCH_INC: |
||||
SRCH_LIB: |
||||
USE_LOCALE:no |
||||
DLSUFFIX:.so |
||||
YFLAGS:-d |
||||
YACC: |
||||
CC:xlc |
||||
Loading…
Reference in new issue