Skip to content
Snippets Groups Projects
  1. Jul 17, 2015
    • Noah Misch's avatar
      AIX: Test the -qlonglong option before use. · 12073b9a
      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).
      12073b9a
  2. May 03, 2012
  3. May 01, 2012
    • Peter Eisentraut's avatar
      Remove dead ports · f2f9439f
      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.
      f2f9439f
  4. Sep 20, 2010
  5. Aug 19, 2010
  6. Aug 02, 2010
  7. Jul 05, 2010
    • Tom Lane's avatar
      Split the LDFLAGS make variable into two parts: LDFLAGS is now used for · 291a9577
      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.
      291a9577
  8. Feb 11, 2009
  9. Oct 29, 2008
  10. Sep 26, 2007
  11. Sep 21, 2007
  12. Jul 16, 2007
  13. Dec 14, 2006
  14. Dec 12, 2006
  15. Apr 28, 2006
  16. Mar 11, 2006
  17. Feb 03, 2006
  18. Jan 05, 2006
  19. Jan 02, 2006
  20. Dec 30, 2005
  21. Jul 30, 2005
  22. Jul 29, 2005
  23. Dec 30, 2004
  24. Dec 19, 2004
  25. Dec 02, 2004
  26. Nov 27, 2004
  27. Nov 17, 2004
  28. Nov 08, 2004
  29. Sep 24, 2004
  30. May 19, 2004
  31. May 14, 2004
  32. May 13, 2004
  33. Apr 26, 2004
    • Bruce Momjian's avatar
      Unconditionally define: · 30a06fe2
      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.
      30a06fe2
  34. Apr 25, 2004
Loading