summaryrefslogtreecommitdiff
path: root/src/template/aix
Commit message (Collapse)AuthorAgeFilesLines
* Update tested AIX memset platforms.Bruce Momjian2006-02-031-2/+3
|
* Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn offBruce Momjian2006-02-031-0/+4
| | | | | | | 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.
* Don't bother adding to cflags/cppflags, just set them because configureBruce Momjian2004-12-021-2/+2
| | | | handles that, and make solaris debug use no optimization.
* Add to CPPFLAGS/CFLAGS in template files, don't over-ride them.Bruce Momjian2004-11-271-2/+2
|
* Fix CFLAGS logic.Peter Eisentraut2003-11-011-3/+6
|
* Fix CFLAGS selection to actually work. Add test to detect whether gcc'sPeter Eisentraut2003-10-251-2/+2
| | | | option -fno-strict-aliasing is available.
* Remove -pipe from compiles.Bruce Momjian2003-10-091-3/+1
|
* Make template CFLAGS handling consistent.Bruce Momjian2003-10-091-6/+6
|
* Remove leftovers from subproject removals. Fixes for Python and KerberosPeter Eisentraut2002-09-041-1/+0
| | | | configuration.
* Upgrade to Autoconf version 2.53. Replaced many custom macroPeter Eisentraut2002-03-291-0/+1
| | | | | | calls with new or now-built-in versions. Make sure that all calls to AC_DEFINE have a third argument, for possible use of autoheader in the future.
* AIX patches from Andreas.Tom Lane2000-11-181-10/+4
|
* Determine CXXFLAGS after the C++ compiler was detected. Also honorPeter Eisentraut2000-10-311-1/+0
| | | | --enable-debug and environment variable override.
* Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template toPeter Eisentraut2000-10-211-7/+0
| | | | | | | | | Makefile.port, since they are of no use to configure and much of the library magic happens in Makefile.port anyway. Use __alpha, not __alpha__, since the former is universally available. Remove -DNOFIXADE from the compile command line and put it in the port include file.
* Rename templates to match names in makefiles/Makefile.* and include/port.Peter Eisentraut2000-07-151-0/+23
| | | | | Read templates after compiler is detected. Convert all templates to real shell scripts. Rename bsd->openbsd, alpha->osf.
* From: Darren King <aixssd!darrenk@abs.net>Marc G. Fournier1997-05-201-10/+0
| | | | | | Subject: [PATCHES] AIX 6.2 make patch. New template files to replace the old AIX template
* Change BACKEND to CFLAGSMarc G. Fournier1997-04-111-1/+1
|
* Move YACC and YFLAGS into the template filesMarc G. Fournier1997-04-041-0/+2
| | | | | Clean up the .sample files...comment out all sample entries except for the localhost one
* Got AROPT setting backwards...correct itMarc G. Fournier1997-04-041-1/+1
|
* One helluva mess.Marc G. Fournier1997-04-041-0/+8
Further extended Makefile.global/build/configure so that we can have a 'template' file for each OS (and each version of OS, as in BSDi) which is used as much as possible to generate Makefile.global Any future ports should look at using the template file as a basis, before moving over to Makefile.global. This will most probably break alot of the ports, atho I've tried to be very neat about it...