Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
d8a11b29
Commit
d8a11b29
authored
Nov 14, 2000
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Give GCC on Irix a (theoretical) chance.
parent
21e1e664
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
src/Makefile.shlib
src/Makefile.shlib
+2
-2
src/makefiles/Makefile.irix5
src/makefiles/Makefile.irix5
+6
-3
No files found.
src/Makefile.shlib
View file @
d8a11b29
...
...
@@ -6,7 +6,7 @@
# Copyright (c) 1998, Regents of the University of California
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.3
4 2000/11/09 04:17:53 momjian
Exp $
# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.3
5 2000/11/14 21:11:59 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -155,7 +155,7 @@ endif
ifeq
($(PORTNAME), irix5)
shlib
:=
lib
$(NAME)$(DLSUFFIX)
.
$(SO_MAJOR_VERSION)
LINK.shared
=
$(COMPILER)
-shared
-
set_version
sgi
$(SO_MAJOR_VERSION)
.
$(SO_MINOR_VERSION)
LINK.shared
=
$(COMPILER)
-shared
-
Wl
,-set_version,
sgi
$(SO_MAJOR_VERSION)
.
$(SO_MINOR_VERSION)
endif
ifeq
($(PORTNAME), linux)
...
...
src/makefiles/Makefile.irix5
View file @
d8a11b29
# RANLIB is not used on IRIX 5
RANLIB
=
touch
MK_NO_LORDER
=
true
AROPT
=
crs
rpath
=
-Wl
,-rpath,
$(libdir)
DLSUFFIX
=
.so
# PIC is default
CFLAGS_SL
=
%.so
:
%.o
$(LD)
-G
-Bdynamic
-shared
-o
$@
$<
override
CPPFLAGS
+=
-U_NO_XOPEN4
override
CFLAGS
+=
-woff
1164,1171,1185,1195,1552
-Wl
,-woff,15
-Wl
,-woff,84
ifneq
($(GCC), yes)
CFLAGS
+=
-woff
1164,1171,1185,1195,1552
endif
LDFLAGS
+=
-Wl
,-woff,15
-Wl
,-woff,84
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment