1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Reverse out because the lack of using pgport in timezone/ is causing

problems:

---------------------------------------------------------------------------

Support cross compilation by compiling "zic" with a native compiler.
This relies on the output of zic being platform independent, but that is
currently the case.
This commit is contained in:
Bruce Momjian
2005-07-06 21:04:14 +00:00
parent a923602855
commit 261ffd03f7
5 changed files with 8 additions and 58 deletions

View File

@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
dnl $PostgreSQL: pgsql/configure.in,v 1.416 2005/07/05 23:13:57 tgl Exp $
dnl $PostgreSQL: pgsql/configure.in,v 1.417 2005/07/06 21:04:13 momjian Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@ -303,17 +303,6 @@ AC_DEFINE_UNQUOTED(PG_VERSION_STR,
[A string containing the version number, platform, and C compiler])
#
# Native compiler
#
if test -z "$CC_FOR_BUILD"; then
CC_FOR_BUILD=$CC
fi
AC_SUBST(CC_FOR_BUILD)
#
# Set up TAS assembly code if needed; the template file has now had its
# chance to request this.