summaryrefslogtreecommitdiff
path: root/src/template
AgeCommit message (Collapse)Author
1997-06-06From: Phil Nelson <phil@cs.wwu.edu>Marc G. Fournier
Subject: [PATCHES] Patches to allow generic NetBSD support
1997-06-05bsdi configure detection fix.Bruce Momjian
1997-06-03Add bsdi to template detection.Bruce Momjian
1997-06-01Add bsdi 3.0 to configure.Bruce Momjian
1997-05-20From: Darren King <aixssd!darrenk@abs.net>Marc G. Fournier
Subject: [PATCHES] AIX 6.2 make patch. New template files to replace the old AIX template
1997-05-19These two files got reversed somehow... -K PIC is a cc'ism and -fPIC is aMarc G. Fournier
gcc'ism
1997-05-17From: David Friend <dfriend@atlsci.atlsci.com>Marc G. Fournier
Add an entry for the Sparc/Linux port in .similar
1997-05-07From: "Paul M. Aoki" <aoki@CS.Berkeley.EDU>Marc G. Fournier
Subject: [PATCHES] port patch: ultrix4 ultrix4 doesn't compile without this. this also fixes a problem with dynamic loading (ultrix relocatable objects must be loaded with -G 0).
1997-04-28Add a netbsd template file and update linux-elf and .similarMarc G. Fournier
1997-04-26More misc patches from Thomas for regression tests and linux templatesMarc G. Fournier
1997-04-24Various bug fixes based on a bug report submitted byMarc G. Fournier
Doug Neuhauser <doug@seismo.berkeley.edu> on April 15th
1997-04-22From: System Administrator <igor@sba.miami.edu>Marc G. Fournier
Subject: [PORTS] Configure for DEC-Alpha Configure script properly detects alpha-dec-osf4.0 machine, but sets a default GENERIC template for it. I modified tempplate/.similar to add alpha-dec-osf4.0=alpha. Then configure properly set the template to alpha.
1997-04-16Fix a problem with Linux where yacc is *really* bison -yMarc G. Fournier
1997-04-11Change BACKEND to CFLAGSMarc G. Fournier
1997-04-06Add in support so that build will at least guess which template fileMarc G. Fournier
should be used :)
1997-04-04Move YACC and YFLAGS into the template filesMarc G. Fournier
Clean up the .sample files...comment out all sample entries except for the localhost one
1997-04-04This commit represents a clean compile with the new templates underMarc G. Fournier
FreeBSD The Makefile(s) have all been cleaned up such that there is a single LDFLAGS vs LD_ADD or LDADD or LDFLAGS or LDFLAGS_BE. The Makefile(s) should be alot more straightforward then they were before...and consistent
1997-04-04Got AROPT setting backwards...correct itMarc G. Fournier
1997-04-04Remove some files that were inadvertantly createdMarc G. Fournier
Clean up format of linux-elf
1997-04-04One helluva mess.Marc G. Fournier
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...