Commit 910e231e by David O'Brien Committed by David O'Brien

config.gcc, bsd.h: Do not directly include sparc/sparc.h.

2001-06-05  David O'Brien  <obrien@FreeBSD.org>
	* config.gcc, config/sparc/bsd.h:  Do not directly include
	sparc/sparc.h.  Instead do it via tm_file.

Approved by:  Richard Henderson <rth@redhat.com>
              Message-ID: <20010604154759.G25044@redhat.com>

From-SVN: r42927
parent 099c8b17
2001-06-05 David O'Brien <obrien@FreeBSD.org>
* config.gcc, config/sparc/bsd.h: Do not directly include
sparc/sparc.h. Instead do it via tm_file.
2001-06-05 Richard Henderson <rth@redhat.com>
* dwarf2.h (DW_EH_PE_aligned): New.
......
......@@ -2811,7 +2811,7 @@ sparc-*-openbsd*)
use_collect2=yes
;;
sparc-*-bsd*)
tm_file=sparc/bsd.h
tm_file="${tm_file} sparc/bsd.h"
;;
sparc-*-chorusos*)
tm_file="sparc/sol2.h sparc/elf.h sparc/chorus.h"
......
#include "sparc/sparc.h"
#undef LIB_SPEC
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment