- Jul 17, 2015
-
-
Noah Misch authored
xlc provides "long long" unconditionally at C99-compatible language levels, and this option provokes a warning. The warning interferes with "configure" tests that fail in response to any warning. Notably, before commit 85a2a890, it interfered with the test for -qnoansialias. Back-patch to 9.0 (all supported versions).
-
- May 03, 2012
-
-
Bruce Momjian authored
Postgres 9.2, and perhaps no existing users either.
-
- May 01, 2012
-
-
Peter Eisentraut authored
Remove the following ports: - dgux - nextstep - sunos4 - svr4 - ultrix4 - univel These are obsolete and not worth rescuing. In most cases, there is circumstantial evidence that they wouldn't work anymore anyway.
-
- Sep 20, 2010
-
-
Magnus Hagander authored
-
- Aug 19, 2010
-
-
Peter Eisentraut authored
at end of files.
-
- Aug 02, 2010
-
-
Tom Lane authored
since Apple shipped a compiler that needed this switch, and there's increasing interest in using other compilers that won't accept the switch at all. Better to let anybody who still needs the switch inject it via CPPFLAGS. Per gripe from Neil Conway.
-
- Jul 05, 2010
-
-
Tom Lane authored
linking both executables and shared libraries, and we add on LDFLAGS_EX when linking executables or LDFLAGS_SL when linking shared libraries. This provides a significantly cleaner way of dealing with link-time switches than the former behavior. Also, make sure that the various platform-specific %.so: %.o rules incorporate LDFLAGS and LDFLAGS_SL; most of them missed that before. (I did not add these variables for the platforms that invoke $(LD) directly, however. It's not clear if we can do that safely, since for the most part we assume these variables use CC command-line syntax.) Per gripe from Aaron Swenson and subsequent investigation.
-
- Feb 11, 2009
-
-
Tom Lane authored
on AIX with a non-gcc compiler. The previous coding would do this only if CC was exactly "xlc"; which is a bad idea, as demonstrated by trouble report from Mihai Criveti.
-
- Oct 29, 2008
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
This basically takes some build system code that was previously labeled "Solaris" and ties it to the compiler rather than the operating system. Author: Julius Stroffek <Julius.Stroffek@Sun.COM>
-
- Sep 26, 2007
-
-
Tom Lane authored
and up), per Chris Marcellino. This avoids consuming O(N^2) file descriptors to support N backends. Tests suggest it's about a wash for small installations, but large ones would have a problem.
-
- Sep 21, 2007
-
-
Tom Lane authored
it ought to know that you need -DLINUX_PROFILE on Linux.
-
- Jul 16, 2007
-
-
Neil Conway authored
--enable-debug is used, to avoid complaints about debugging and optimization being mutually exclusive. Patch from Stefan Kaltenbrunner.
-
- Dec 14, 2006
-
-
Tom Lane authored
-
Peter Eisentraut authored
-
- Dec 12, 2006
-
-
Peter Eisentraut authored
works, but some platform templates overwrote it without asking.
-
- Apr 28, 2006
-
-
Bruce Momjian authored
-
Bruce Momjian authored
assembler files, renamed as solaris_x86.s. Theo Schlossnagle
-
- Mar 11, 2006
-
-
Bruce Momjian authored
-
- Feb 03, 2006
-
-
Bruce Momjian authored
-
Bruce Momjian authored
MemSet on AIX by setting MEMSET_LOOP_LIMIT to zero. Add optimization to skip MemSet tests in MEMSET_LOOP_LIMIT == 0 case and just call memset() directly.
-
- Jan 05, 2006
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Jan 02, 2006
-
-
Bruce Momjian authored
-
- Dec 30, 2005
-
-
Bruce Momjian authored
Pierre Girard
-
- Jul 30, 2005
-
-
Bruce Momjian authored
-
- Jul 29, 2005
-
-
Tom Lane authored
Per report from Andrew Clark.
-
- Dec 30, 2004
-
-
Tom Lane authored
-
- Dec 19, 2004
-
-
Bruce Momjian authored
-
- Dec 02, 2004
-
-
Bruce Momjian authored
handles that, and make solaris debug use no optimization.
-
- Nov 27, 2004
-
-
Bruce Momjian authored
-
- Nov 17, 2004
-
-
Tom Lane authored
-
- Nov 08, 2004
-
-
Bruce Momjian authored
than erroring out. This is the Unix behavior.
-
- Sep 24, 2004
-
-
Tom Lane authored
actually test this, but it couldn't be broken any worse than it was...)
-
- May 19, 2004
-
-
Bruce Momjian authored
-
- May 14, 2004
-
-
Bruce Momjian authored
-
- May 13, 2004
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Apr 26, 2004
-
-
Bruce Momjian authored
-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS for all ports. It can't hurt if they are not supported, but it makes our job easier for porting. Should fix Darwin compile and other platforms without mucking with the thread detection code.
-
- Apr 25, 2004
-
-
Bruce Momjian authored
-