config.gcc (the unlabeled system switch statement): Add generic configuration section...
authorLoren J. Rittle <ljrittle@acm.org>
Tue, 22 May 2001 19:23:33 +0000 (19:23 +0000)
committerLoren J. Rittle <ljrittle@gcc.gnu.org>
Tue, 22 May 2001 19:23:33 +0000 (19:23 +0000)
commit9e405fe52ee14ad3cdcfe1e535225c384436398e
tree90a262a3c4592147d39cad218defbbf896d0022a
parent28b6b31799b98a58f7407a3135c506f63b3a0df3
config.gcc (the unlabeled system switch statement): Add generic configuration section to handle *-*-freebsd*.

* config.gcc (the unlabeled system switch statement): Add
generic configuration section to handle *-*-freebsd*.  Also,
to match the system compiler, default to threading support (it
may be disabled with the standard --disable-threads
configuration-time switch).
(i[34567]86-*-freebsd* in machine-specific section): Use it.
(alpha*-*-freebsd* in machine-specific section): Likewise.

* config/freebsd3.h: New file to expose FBSD_MAJOR macro (3).
* config/freebsd4.h: New file to expose FBSD_MAJOR macro (4).
* config/freebsd5.h: New file to expose FBSD_MAJOR macro (5).
* config/freebsd6.h: New file to expose FBSD_MAJOR macro (6).
* config/freebsd-nthr.h: New file to expose FBSD_NO_THREADS macro.

Co-Authored-By: David O'Brien <obrien@freebsd.org>
From-SVN: r42463
gcc/ChangeLog
gcc/config.gcc
gcc/config/freebsd-nthr.h [new file with mode: 0644]
gcc/config/freebsd3.h [new file with mode: 0644]
gcc/config/freebsd4.h [new file with mode: 0644]
gcc/config/freebsd5.h [new file with mode: 0644]
gcc/config/freebsd6.h [new file with mode: 0644]