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
bb0a1741
Commit
bb0a1741
authored
Apr 11, 1997
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change BACKEND to CFLAGS
parent
bc97905a
Changes
21
Show whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
21 additions
and
21 deletions
+21
-21
src/template/aix
src/template/aix
+1
-1
src/template/alpha
src/template/alpha
+1
-1
src/template/bsdi
src/template/bsdi
+1
-1
src/template/bsdi-2.1
src/template/bsdi-2.1
+1
-1
src/template/dgux
src/template/dgux
+1
-1
src/template/generic
src/template/generic
+1
-1
src/template/hpux-cc
src/template/hpux-cc
+1
-1
src/template/hpux-gcc
src/template/hpux-gcc
+1
-1
src/template/i386_solaris-cc
src/template/i386_solaris-cc
+1
-1
src/template/i386_solaris-gcc
src/template/i386_solaris-gcc
+1
-1
src/template/irix5
src/template/irix5
+1
-1
src/template/linux
src/template/linux
+1
-1
src/template/linux-elf
src/template/linux-elf
+1
-1
src/template/nextstep
src/template/nextstep
+1
-1
src/template/sparc_solaris-cc
src/template/sparc_solaris-cc
+1
-1
src/template/sparc_solaris-gcc
src/template/sparc_solaris-gcc
+1
-1
src/template/sunos4-cc
src/template/sunos4-cc
+1
-1
src/template/sunos4-gcc
src/template/sunos4-gcc
+1
-1
src/template/svr4
src/template/svr4
+1
-1
src/template/ultrix4
src/template/ultrix4
+1
-1
src/template/univel
src/template/univel
+1
-1
No files found.
src/template/aix
View file @
bb0a1741
AROPT:crs
BACKEND
:-qchars=signed -qmaxmem=4000
CFLAGS
:-qchars=signed -qmaxmem=4000
SHARED_LIB:
ALL:
SRCH_INC:
...
...
src/template/alpha
View file @
bb0a1741
...
...
@@ -5,7 +5,7 @@ AROPT:crs
# This is defined here because a bunch of clients include tmp/c.h,
# which is where the work is done on HP-UX. It only affects the
# backend on Ultrix and OSF/1.
BACKEND
:-DNOFIXADE
CFLAGS
:-DNOFIXADE
SHARED_LIB:
ALL:
SRCH_INC:
...
...
src/template/bsdi
View file @
bb0a1741
AROPT:cq
BACKEND
:-DPRE_BSDI_2_1
CFLAGS
:-DPRE_BSDI_2_1
SHARED_LIB:
ALL:
SRCH_INC:/usr/local/include
...
...
src/template/bsdi-2.1
View file @
bb0a1741
AROPT:cq
BACKEND
:
CFLAGS
:
SHARED_LIB:
ALL:
SRCH_INC:/usr/local/include
...
...
src/template/dgux
View file @
bb0a1741
AROPT:crs
BACKEND
:
CFLAGS
:
SHARED_LIB:-fpic
ALL:
SRCH_INC:
...
...
src/template/generic
View file @
bb0a1741
AROPT:crs
BACKEND
:
CFLAGS
:
SHARED_LIB:
ALL:
SRCH_INC:
...
...
src/template/hpux-cc
View file @
bb0a1741
AROPT:crs
BACKEND
:-W l,-E -Ae -DNOFIXADE
CFLAGS
:-W l,-E -Ae -DNOFIXADE
SHARED_LIB:+z
ALL:
SRCH_INC:
...
...
src/template/hpux-gcc
View file @
bb0a1741
AROPT:crs
BACKEND
:-DNOFIXADE
CFLAGS
:-DNOFIXADE
SHARED_LIB:
ALL:
SRCH_INC:
...
...
src/template/i386_solaris-cc
View file @
bb0a1741
AROPT:crs
BACKEND
:-I$(SRCDIR)/backend/port/sparc_solaris
CFLAGS
:-I$(SRCDIR)/backend/port/sparc_solaris
SHARED_LIB:-fPIC
ALL:
SRCH_INC:
...
...
src/template/i386_solaris-gcc
View file @
bb0a1741
AROPT:cq
BACKEND
:-I$(SRCDIR)/backend/port/sparc_solaris
CFLAGS
:-I$(SRCDIR)/backend/port/sparc_solaris
SHARED_LIB:-K PIC
ALL:
SRCH_INC:
...
...
src/template/irix5
View file @
bb0a1741
AROPT:crs
BACKEND
:
CFLAGS
:
SHARED_LIB:
ALL:
SRCH_INC:
...
...
src/template/linux
View file @
bb0a1741
AROPT:crs
BACKEND
:
CFLAGS
:
SHARED_LIB:-fpic
ALL:
SRCH_INC:
...
...
src/template/linux-elf
View file @
bb0a1741
AROPT:crs
BACKEND
:
CFLAGS
:
SHARED_LIB:-fpic
ALL:
SRCH_INC:
...
...
src/template/nextstep
View file @
bb0a1741
AROPT:rc
BACKEND
:
CFLAGS
:
SHARED_LIB:
ALL:
SRCH_INC:
...
...
src/template/sparc_solaris-cc
View file @
bb0a1741
AROPT:crs
BACKEND
:-I$(SRCDIR)/backend/port/sparc_solaris
CFLAGS
:-I$(SRCDIR)/backend/port/sparc_solaris
SHARED_LIB:-K PIC
ALL:
SRCH_INC:
...
...
src/template/sparc_solaris-gcc
View file @
bb0a1741
AROPT:crs
BACKEND
:-I$(SRCDIR)/backend/port/sparc_solaris
CFLAGS
:-I$(SRCDIR)/backend/port/sparc_solaris
SHARED_LIB:-fPIC
ALL:
SRCH_INC:
...
...
src/template/sunos4-cc
View file @
bb0a1741
AROPT:crs
BACKEND
:
CFLAGS
:
SHARED_LIB:-PIC
ALL:
SRCH_INC:
...
...
src/template/sunos4-gcc
View file @
bb0a1741
AROPT:crs
BACKEND
:
CFLAGS
:
SHARED_LIB:-fPIC
ALL:
SRCH_INC:
...
...
src/template/svr4
View file @
bb0a1741
AROPT:crs
BACKEND
:-I$(SRCDIR)/backend/port/svr4
CFLAGS
:-I$(SRCDIR)/backend/port/svr4
SHARED_LIB:
ALL:+W0
SRCH_INC:
...
...
src/template/ultrix4
View file @
bb0a1741
AROPT:crs
BACKEND
:-DNOFIXADE
CFLAGS
:-DNOFIXADE
SHARED_LIB:-G 0
ALL:
SRCH_INC:
...
...
src/template/univel
View file @
bb0a1741
AROPT:crs
BACKEND
:-I$(SRCDIR)/backend/port/univel
CFLAGS
:-I$(SRCDIR)/backend/port/univel
SHARED_LIB:-fPIC
ALL:-DHAVE_RUSAGE -m486 -Dsvr4
SRCH_INC:
...
...
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