mirror of
https://github.com/postgres/postgres.git
synced 2025-05-11 05:41:32 +03:00
Fixes for linux-elf-sparc related template file
From: "Thomas A. Szybist" <szybist@boxhill.com>
This commit is contained in:
parent
2bfc73f55e
commit
fe3737f6f9
@ -19,4 +19,4 @@ powerpc-ibm-aix4.1.4.0=aix_41
|
||||
powerpc-ibm-aix4.1.5.0=aix_41
|
||||
powerpc-unknown-linux-gnu=linux-elf
|
||||
sparc-sun-solaris=sparc_solaris-gcc
|
||||
sparc-unknown-linux-gnu=linux-elf
|
||||
sparc-unknown-linux-gnu=linux-elf-sparc
|
||||
|
10
src/template/linux-elf-sparc
Normal file
10
src/template/linux-elf-sparc
Normal file
@ -0,0 +1,10 @@
|
||||
AROPT:crs
|
||||
CFLAGS:-O2
|
||||
SHARED_LIB:-fpic
|
||||
ALL:
|
||||
SRCH_INC:/usr/include/ncurses /usr/include/readline
|
||||
SRCH_LIB:
|
||||
USE_LOCALE:no
|
||||
DLSUFFIX:.so
|
||||
YFLAGS:-d
|
||||
YACC:bison -y
|
Loading…
x
Reference in New Issue
Block a user