summaryrefslogtreecommitdiff
path: root/src/template/solaris
AgeCommit message (Expand)Author
2008-10-29Move forgotten comment closer to where it matters.Peter Eisentraut
2008-10-29Support for Sun Studio compiler on LinuxPeter Eisentraut
2006-04-28Remove extra 'else' in solaris compiler code.Bruce Momjian
2006-04-27Rewrite Solaris compiler tas() assembly routines, merge i386 and x86_64Bruce Momjian
2006-01-02Remove unnecessary assignment, per Tom.Bruce Momjian
2005-12-30Add support for Solaris x86_64 using Sun's compiler.Bruce Momjian
2005-07-29It appears we need -DSUNOS4_CC for both solaris and sunos4 templates.Tom Lane
2004-12-02Don't bother adding to cflags/cppflags, just set them because configureBruce Momjian
2004-11-27Add to CPPFLAGS/CFLAGS in template files, don't over-ride them.Bruce Momjian
2004-09-24Fix TAS assembly stuff for Solaris/386. (I'm not in a position toTom Lane
2004-04-26Unconditionally define:Bruce Momjian
2004-04-23Add new auto-detection of thread flags.Bruce Momjian
2004-03-26Add -D_REENTRANT for Solaris threading.Bruce Momjian
2004-03-25Update gcc solaris flags.Bruce Momjian
2004-03-22Add mention of "-D_POSIX_PTHREAD_SEMANTICS" enabling 5-arg getpwuid_r().Bruce Momjian
2004-03-14Update Solaris thread flags, per Jim SeymourBruce Momjian
2004-02-11Check and set thread-safe functions separately, rather than as a singleBruce Momjian
2004-01-08Fix Solaris thread build settings for non-gcc compilers.Bruce Momjian
2003-12-31Make Solaris non-gcc thread flag "-mt" a compile flag, not a link flag.Bruce Momjian
2003-12-30Add "-mt" link flag for Solaris non-gcc compiles when using threads ---Bruce Momjian
2003-12-23Push responsibility for selecting out-of-line-assembler TAS code out toTom Lane
2003-10-25Fix CFLAGS selection to actually work. Add test to detect whether gcc'sPeter Eisentraut
2003-10-09Make template CFLAGS handling consistent.Bruce Momjian
2003-10-09This centralizes the optimization defaults into configure.in, ratherBruce Momjian
2003-09-27Finalize configuration of thread_test program.Bruce Momjian
2003-09-27Rename thread compile flag. Move thread test program to tools/thread,Bruce Momjian
2003-09-13Attempt threading in this order:Bruce Momjian
2000-10-21Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template toPeter Eisentraut
2000-10-10Unify solaris_i386 and solaris_sparc templates. They were almost identicalPeter Eisentraut