Skip to content

Commit e740c9b

Browse files
committed
Move -ieee to adt Makefile, and add CPU Makefile variable.
1 parent 2908bd5 commit e740c9b

File tree

4 files changed

+5
-45
lines changed

4 files changed

+5
-45
lines changed

src/Makefile.global.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.56 1999/06/25 00:13:45 tgl Exp $
10+
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.57 1999/07/20 02:42:19 momjian Exp $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -220,6 +220,7 @@ GZCAT= @GZCAT@
220220

221221
# Name of the target platform.
222222
PORTNAME= @PORTNAME@
223+
CPU= @CPU@
223224

224225
# Various grungy items needed to configure some platforms.
225226
HAVE_POSIX_SIGNALS= @HAVE_POSIX_SIGNALS@

src/backend/utils/adt/Makefile

Lines changed: 0 additions & 43 deletions
This file was deleted.

src/configure.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ then
7373
fi
7474

7575
PORTNAME=${os}
76+
CPU=${host_cpu}
7677
AC_LINK_FILES(backend/port/dynloader/${os}.c, backend/port/dynloader.c)
7778
AC_LINK_FILES(backend/port/dynloader/${os}.h, include/dynloader.h)
7879
AC_LINK_FILES(include/port/${os}.h, include/os.h)
@@ -419,6 +420,7 @@ echo "- setting LDFLAGS=$LDFLAGS"
419420

420421
AC_SUBST(ELF_SYS)
421422
AC_SUBST(PORTNAME)
423+
AC_SUBST(CPU)
422424
AC_SUBST(SRCDIR)
423425
AC_SUBST(LDFLAGS)
424426
AC_SUBST(CPPFLAGS)

src/template/linux_alpha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AROPT:crs
2-
CFLAGS:-O -mieee # optimization -O2 removed because of egcs problem
2+
CFLAGS:-O # optimization -O2 removed because of egcs problem
33
SHARED_LIB:-fpic
44
ALL:
55
SRCH_INC:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy