Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcf21d71

Browse files
committed
Attached are the three patches that were needed to get PostgreSQL
6.3.2 to compile (and run) on my Sparc Solaris 2.5.1 box. Detailsbelow:pgsql.sparc.patch-template: Adds -D__sparc__ and -D__sun__,defintions which gcc does define, but Sun's cc does not. :(pgsql.sparc.patch-makefile: Adds a define so that 'lorder'is not used, as it is not found on my machine.Ryan Kirkpatrick
1 parent0624f3d commitcf21d71

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

‎src/makefiles/Makefile.solaris_sparc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
%.so: %.o
22
$(LD) -G -Bdynamic -o $@ $<
3+
4+
MK_NO_LORDER=true
5+

‎src/template/solaris_sparc_cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AROPT:crs
2-
CFLAGS:-Xa -v
2+
CFLAGS:-Xa -v -D__sparc__ -D__sun__
33
SHARED_LIB:-K PIC
44
ALL:
55
SRCH_INC:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp