OSDN Git Service

* config.gcc (the unlabeled system switch statement): Add
authorljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 May 2001 19:23:33 +0000 (19:23 +0000)
committerljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 May 2001 19:23:33 +0000 (19:23 +0000)
commit1307f5d6b3a17fdf17a9ba9ad724bcc9ac474a61
tree90a262a3c4592147d39cad218defbbf896d0022a
parented684273f8bf24ead0ae7e3924d242ed5d6f7819
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42463 138bc75d-0d04-0410-961f-82ee72b054a4
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]