Skip to content

Commit 3114f92

Browse files
committed
Add bsdi sparc port.
1 parent be09bc9 commit 3114f92

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

doc/TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Thu Sep 23 18:04:44 EDT 1999
3+
Last updated: Sun Sep 26 20:37:50 EDT 1999
44

55
Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
66

@@ -74,7 +74,8 @@ URGENT
7474
* Add OUTER joins, left and right(see TODO.detail/outer)(Thomas, Bruce)
7575
* Allow long tuples by chaining or auto-storing outside db (chaining,large objs)
7676
* Eliminate limits on query length
77-
* Fix memory leak for expressions?, aggregates?(see TODO.detail/memory)(Tom?)
77+
* Fix memory leak for expressions?(see TODO.detail/memory)(Tom?)
78+
* -Fix memory leak for aggregates?
7879

7980
ADMIN
8081

src/template/.similar

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ powerpc-unknown-linux-gnu=linux_ppc
3333
sparc-sun-solaris=solaris_sparc_gcc
3434
sparc-sun-sunos4=sunos4_gcc
3535
sparc-sun-sunos5=solaris_sparc_gcc
36+
sparc-unknown-bsdi4=bsdi_4.0_sparc
3637
sparc-unknown-linux-gnu=linux_sparc
3738
mips-pc-linux-gnu=linux_mips
3839
mipsel-unknown-linux-gnu=linux_mips

src/template/bsdi_4.0_sparc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
AROPT:cq
2+
CFLAGS:-O2 -pipe
3+
SHARED_LIB:-fpic
4+
ALL:
5+
SRCH_INC:
6+
SRCH_LIB:
7+
USE_LOCALE:no
8+
DLSUFFIX:.so
9+
YFLAGS:-d
10+
YACC:
11+
CC:gcc2

0 commit comments

Comments
 (0)