mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +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:
@ -26,3 +26,4 @@ sparc-sun-solaris=solaris_sparc_gcc
|
||||
sparc-sun-sunos4=sunos4_gcc
|
||||
sparc-sun-sunos5=solaris_sparc_gcc
|
||||
sparc-unknown-linux-gnu=linux_sparc
|
||||
mips-pc-linux-gnu=linux_mips
|
||||
|
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