Commit Graph

5 Commits

Author SHA1 Message Date
David E. O'Brien
83c4d02d04 Make the mode of created directories sane. 2000-12-14 00:44:12 +00:00
David E. O'Brien
dc8694e540 Fix typo in kldload command.
Submitted by:	Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu>
2000-12-08 19:14:31 +00:00
David E. O'Brien
7fba1a1446 Replace pre-defined "linux" symbol with "FreeBSD". 2000-12-08 13:54:04 +00:00
David E. O'Brien
6da9f52720 * Remove the Linux -dynamic-linker specification from the `ld' execution.
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.
2000-12-08 13:27:29 +00:00
David E. O'Brien
662c4d7168 Compaq Alpha Tru64 C compiler. It is a port of the same compiler that is
available on the Compaq Tru64 UNIX platform.  The compiler produces excellent
optimized code for the Alpha architecture, particularly for floating-point
intensive applications.

I was able to compile simple test programs by:
	ccc -c foo.c
	cc -o foo foo.o
2000-12-08 10:30:23 +00:00