Commit Graph

29 Commits (075ab425bdbb4bb2de41624305f20885cae7ba7e)

Author SHA1 Message Date
Peter Eisentraut d50966a49d Move forgotten comment closer to where it matters. 17 years ago
Peter Eisentraut 79d306c84a Support for Sun Studio compiler on Linux 17 years ago
Bruce Momjian e81b7b1dac Remove extra 'else' in solaris compiler code. 20 years ago
Bruce Momjian 128bed948f Rewrite Solaris compiler tas() assembly routines, merge i386 and x86_64 20 years ago
Bruce Momjian bb1bba8eca Remove unnecessary assignment, per Tom. 20 years ago
Bruce Momjian 12af9cdff4 Add support for Solaris x86_64 using Sun's compiler. 20 years ago
Tom Lane 507b758ad9 It appears we need -DSUNOS4_CC for both solaris and sunos4 templates. 21 years ago
Bruce Momjian f7bae20d67 Don't bother adding to cflags/cppflags, just set them because configure 21 years ago
Bruce Momjian 3aa9776d95 Add to CPPFLAGS/CFLAGS in template files, don't over-ride them. 21 years ago
Tom Lane 409b38f514 Fix TAS assembly stuff for Solaris/386. (I'm not in a position to 22 years ago
Bruce Momjian 30a06fe2c4 Unconditionally define: 22 years ago
Bruce Momjian 7a66015e98 Add new auto-detection of thread flags. 22 years ago
Bruce Momjian 79b805f6d5 Add -D_REENTRANT for Solaris threading. 22 years ago
Bruce Momjian fda3449625 Update gcc solaris flags. 22 years ago
Bruce Momjian 08c0aa7281 Add mention of "-D_POSIX_PTHREAD_SEMANTICS" enabling 5-arg getpwuid_r(). 22 years ago
Bruce Momjian 64fe1fd239 Update Solaris thread flags, per Jim Seymour 22 years ago
Bruce Momjian c6f0559371 Check and set thread-safe functions separately, rather than as a single 22 years ago
Bruce Momjian 77f140008b Fix Solaris thread build settings for non-gcc compilers. 22 years ago
Bruce Momjian 8042c79fd1 Make Solaris non-gcc thread flag "-mt" a compile flag, not a link flag. 22 years ago
Bruce Momjian cf4d324d02 Add "-mt" link flag for Solaris non-gcc compiles when using threads --- 22 years ago
Tom Lane baee5f75c5 Push responsibility for selecting out-of-line-assembler TAS code out to 22 years ago
Peter Eisentraut 378f59904a Fix CFLAGS selection to actually work. Add test to detect whether gcc's 23 years ago
Bruce Momjian 7185455c08 Make template CFLAGS handling consistent. 23 years ago
Bruce Momjian 0e22cb1232 This centralizes the optimization defaults into configure.in, rather 23 years ago
Bruce Momjian 391dceb462 Finalize configuration of thread_test program. 23 years ago
Bruce Momjian 227dd9b427 Rename thread compile flag. Move thread test program to tools/thread, 23 years ago
Bruce Momjian b041d3e3a1 Attempt threading in this order: 23 years ago
Peter Eisentraut f8ff1ee5aa Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template to 26 years ago
Peter Eisentraut 4d76a801c6 Unify solaris_i386 and solaris_sparc templates. They were almost identical 26 years ago
Peter Eisentraut 3eec6ee145 Rename templates to match names in makefiles/Makefile.* and include/port. 26 years ago