aboutsummaryrefslogtreecommitdiff
path: root/lang/compaq-cc/files
Commit message (Collapse)AuthorAgeFilesLines
* Update to 6.4.9.005.1.David E. O'Brien2001-08-201-0/+2
| | | | | | | | | | This is hairy as Compaq is now putting out dynamic binary rather than static ones. This makes my job harder with faking out this Linux compiler. Submitted by: gallatin Notes: svn path=/head/; revision=46566
* Sync with RELENG_4's sys/alpha/include/ansi.hDavid E. O'Brien2001-03-211-7/+6
| | | | Notes: svn path=/head/; revision=40131
* Format changes to reduce diff from the FreeBSD/AXP source.David E. O'Brien2001-03-211-11/+16
| | | | Notes: svn path=/head/; revision=40130
* Install fixed up BSD headers that are palatable to the Compaq CC.David E. O'Brien2001-01-1110-0/+1116
| | | | | | | | | | Make the include directory search path match what exists. Make the lib directory search path match what exists. Submitted by: gallatin (partially) Notes: svn path=/head/; revision=37087
* * Remove the Linux -dynamic-linker specification from the `ld' execution.David E. O'Brien2000-12-082-0/+85
Luckly our `ld' knows the name of our dynamic linker and DTRT. * Remove the DECpaq shared libs from the standard search dir as linking with them gives unresolved symbols. Thus we'll use the .a's for now. * Add the symbols __errno_location, __ieee_get_fp_control, and __ieee_set_fp_control (mapped to native interfaces) to the static Compaq Portable Math Library. Thus all symbols are resolved. This allows `CC=ccc' to build fully native FreeBSD Alpha binaries. Notes: svn path=/head/; revision=35768