mirror of https://github.com/postgres/postgres
parent
098c63c0ff
commit
42cc8c019e
@ -0,0 +1,5 @@ |
||||
# for bsdi 4.0 ELF
|
||||
# if we defined .so in template/bsdi_4.0
|
||||
%.so: %.o |
||||
$(CC) -shared -o $@ $<
|
||||
|
||||
@ -1,11 +1,11 @@ |
||||
AROPT:cq |
||||
CFLAGS:-O2 -m486 -pipe |
||||
SHARED_LIB: |
||||
SHARED_LIB:-fpic |
||||
ALL: |
||||
SRCH_INC:/usr/local/include |
||||
SRCH_LIB:/usr/local/lib |
||||
USE_LOCALE:no |
||||
DLSUFFIX:.o |
||||
DLSUFFIX:.so |
||||
YFLAGS:-d |
||||
YACC: |
||||
CC:gcc2 |
||||
Loading…
Reference in new issue