mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
I have ported PostgreSQL 6.4 to Cobalt Qube running Linux 2.0.33 with
MIPS cpu (I think it's R4000). I have tested the patches on LinuxPPC and FreeBSD. I believe they do not harm other platforms. -- Tatsuo Ishii
This commit is contained in:
10
src/template/linux_mips
Normal file
10
src/template/linux_mips
Normal file
@ -0,0 +1,10 @@
|
||||
AROPT:crs
|
||||
CFLAGS:-O2 -mips2
|
||||
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