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

Commitcfef73b

Browse files
committed
Update linux_i386 fix.
1 parent3727397 commitcfef73b

File tree

5 files changed

+12
-35
lines changed

5 files changed

+12
-35
lines changed

‎src/interfaces/ecpg/lib/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ifeq ($(PORTNAME), bsd)
3131
CFLAGS +=$(CFLAGS_SL)
3232
endif
3333
endif
34-
#ifeq ($(PORTNAME),i386_solaris)
34+
#ifeq ($(PORTNAME),solaris)
3535
# install-shlib-dep := install-shlib
3636
# shlib := libecpg.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
3737
# LDFLAGS_SL = -G -z text

‎src/interfaces/libpgtcl/Makefile.in

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.18 1998/06/16 03:17:47 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.19 1998/07/12 18:48:05 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -33,7 +33,7 @@ shlib :=
3333

3434
LIBPQ= -L$(SRCDIR)/interfaces/libpq -lpq
3535

36-
ifeq ($(PORTNAME),linux_i386)
36+
ifeq ($(PORTNAME),linux)
3737
install-shlib-dep:= install-shlib
3838
shlib:= libpgtcl.so.1
3939
CFLAGS+=$(CFLAGS_SL)
@@ -59,20 +59,13 @@ ifeq ($(PORTNAME), bsdi)
5959
endif
6060
endif
6161

62-
ifeq ($(PORTNAME),solaris_i386)
62+
ifeq ($(PORTNAME),solaris)
6363
install-shlib-dep:= install-shlib
6464
shlib:= libpgtcl.so.1
6565
LDFLAGS_SL= -G -z text
6666
CFLAGS+=$(CFLAGS_SL)
6767
endif
6868

69-
ifeq ($(PORTNAME), solaris_sparc)
70-
install-shlib-dep := install-shlib
71-
shlib := libpgtcl.so.1
72-
LDFLAGS_SL = -G
73-
CFLAGS +=$(CFLAGS_SL)
74-
endif
75-
7669
ifeq ($(PORTNAME), univel)
7770
install-shlib-dep:= install-shlib
7871
shlib:= libpgtcl.so.1

‎src/interfaces/libpq++/Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile,v 1.17 1998/06/15 21:01:48 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile,v 1.18 1998/07/12 18:48:06 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -42,18 +42,20 @@ OBJS = pgenv.o pgconnection.o pgtransdb.o pgcursordb.o pglobject.o
4242
# Shared library stuff
4343
SHLIB :=
4444
INSTALL-SHLIB-DEP :=
45-
ifeq ($(PORTNAME),linux_i386)
45+
ifeq ($(PORTNAME),linux)
4646
INSTALL-SHLIB-DEP := install-shlib
4747
SHLIB := libpq++.so.1
4848
LDFLAGS_SL = -shared -soname$(SHLIB)
4949
CFLAGS +=$(CFLAGS_SL)
5050
endif
51-
ifeq ($(PORTNAME), solaris_i386)
51+
52+
ifeq ($(PORTNAME), solaris)
5253
INSTALL-SHLIB-DEP := install-shlib
5354
SHLIB := libpq++.so.1
5455
LDFLAGS_SL = -G -z text -shared -soname$(SHLIB)
5556
CFLAGS +=$(CFLAGS_SL)
5657
endif
58+
5759
ifeq ($(PORTNAME), hpux)
5860
install-shlib-dep := install-shlib
5961
shlib := libpq.sl

‎src/interfaces/libpq/Makefile.in

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.22 1998/06/16 07:29:45 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.23 1998/07/12 18:48:06 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -40,7 +40,7 @@ endif
4040
shlib :=
4141
install-shlib-dep :=
4242

43-
ifeq ($(PORTNAME),linux_i386)
43+
ifeq ($(PORTNAME),linux)
4444
install-shlib-dep := install-shlib
4545
shlib := libpq.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
4646
LDFLAGS_SL = -shared -soname libpq.so.$(SO_MAJOR_VERSION)
@@ -66,20 +66,13 @@ ifeq ($(PORTNAME), bsdi)
6666
endif
6767
endif
6868

69-
ifeq ($(PORTNAME),solaris_i386)
69+
ifeq ($(PORTNAME),solaris)
7070
install-shlib-dep := install-shlib
7171
shlib := libpq.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
7272
LDFLAGS_SL = -G -z text
7373
CFLAGS +=$(CFLAGS_SL)
7474
endif
7575

76-
ifeq ($(PORTNAME), solaris_sparc)
77-
install-shlib-dep := install-shlib
78-
shlib := libpq.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
79-
LDFLAGS_SL = -G
80-
CFLAGS +=$(CFLAGS_SL)
81-
endif
82-
8376
ifeq ($(PORTNAME), univel)
8477
install-shlib-dep := install-shlib
8578
shlib := libpq.so.1

‎src/test/regress/README

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -169,17 +169,6 @@ The 'expected' files
169169
careful (?) inspection. Many of the development machines are running a
170170
Unix OS variant (FreeBSD, Linux, etc) on Ix86 hardware.
171171

172-
The original 'expected.input' file was created on a SPARC Solaris 2.4
173-
system using the 'postgres5-1.02a5.tar.gz' source tree. It was compared
174-
with a file created on an I386 Solaris 2.4 system and the differences
175-
were only in the floating point polygons in the 3rd digit to the right
176-
of the decimal point. (see below)
177-
178-
The original 'sample.regress.out' file was from the postgres-1.01 release
179-
constructed by Jolly Chen and is included here for reference. It may
180-
have been created on a DEC ALPHA machine as the 'Makefile.global'
181-
in the postgres-1.01 release has PORTNAME=alpha.
182-
183172
Current release notes (Thomas.Lockhart@jpl.nasa.gov)
184173

185174
The regression tests have been adapted and extensively modified for the

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp