| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update tested AIX memset platforms. | Bruce Momjian | 2006-02-03 | 1 | -2/+3 |
| | | |||||
| * | Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn off | Bruce Momjian | 2006-02-03 | 1 | -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 configure | Bruce Momjian | 2004-12-02 | 1 | -2/+2 |
| | | | | | handles that, and make solaris debug use no optimization. | ||||
| * | Add to CPPFLAGS/CFLAGS in template files, don't over-ride them. | Bruce Momjian | 2004-11-27 | 1 | -2/+2 |
| | | |||||
| * | Fix CFLAGS logic. | Peter Eisentraut | 2003-11-01 | 1 | -3/+6 |
| | | |||||
| * | Fix CFLAGS selection to actually work. Add test to detect whether gcc's | Peter Eisentraut | 2003-10-25 | 1 | -2/+2 |
| | | | | | option -fno-strict-aliasing is available. | ||||
| * | Remove -pipe from compiles. | Bruce Momjian | 2003-10-09 | 1 | -3/+1 |
| | | |||||
| * | Make template CFLAGS handling consistent. | Bruce Momjian | 2003-10-09 | 1 | -6/+6 |
| | | |||||
| * | Remove leftovers from subproject removals. Fixes for Python and Kerberos | Peter Eisentraut | 2002-09-04 | 1 | -1/+0 |
| | | | | | configuration. | ||||
| * | Upgrade to Autoconf version 2.53. Replaced many custom macro | Peter Eisentraut | 2002-03-29 | 1 | -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 Lane | 2000-11-18 | 1 | -10/+4 |
| | | |||||
| * | Determine CXXFLAGS after the C++ compiler was detected. Also honor | Peter Eisentraut | 2000-10-31 | 1 | -1/+0 |
| | | | | | --enable-debug and environment variable override. | ||||
| * | Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template to | Peter Eisentraut | 2000-10-21 | 1 | -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 Eisentraut | 2000-07-15 | 1 | -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. Fournier | 1997-05-20 | 1 | -10/+0 |
| | | | | | | | Subject: [PATCHES] AIX 6.2 make patch. New template files to replace the old AIX template | ||||
| * | Change BACKEND to CFLAGS | Marc G. Fournier | 1997-04-11 | 1 | -1/+1 |
| | | |||||
| * | Move YACC and YFLAGS into the template files | Marc G. Fournier | 1997-04-04 | 1 | -0/+2 |
| | | | | | | Clean up the .sample files...comment out all sample entries except for the localhost one | ||||
| * | Got AROPT setting backwards...correct it | Marc G. Fournier | 1997-04-04 | 1 | -1/+1 |
| | | |||||
| * | One helluva mess. | Marc G. Fournier | 1997-04-04 | 1 | -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... | |||||
