diff options
author | thorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-31 02:51:23 +0000 |
---|---|---|
committer | thorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-31 02:51:23 +0000 |
commit | 5f16a20237f04197f1b33990b7f642e592368687 (patch) | |
tree | 1267e568c5247613b41f5808c7717222d8dd6916 /gcc/config/ns32k | |
parent | f149ef607ea37f901481365ae2c0b060b7b21bb9 (diff) | |
download | gcc-5f16a20237f04197f1b33990b7f642e592368687.tar.gz |
* config.gcc (ns32k-*-netbsd*): Set tm_file to
"${tm_file} netbsd.h netbsd-aout.h ns32k/netbsd.h"
* config/ns32k/netbsd.h: Don't include ns32k/ns32k.h,
netbsd.h, or netbsd-aout.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54082 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/ns32k')
-rw-r--r-- | gcc/config/ns32k/netbsd.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/gcc/config/ns32k/netbsd.h b/gcc/config/ns32k/netbsd.h index a5ac5b56162..b595305c4ba 100644 --- a/gcc/config/ns32k/netbsd.h +++ b/gcc/config/ns32k/netbsd.h @@ -16,11 +16,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. - -*/ - -#include <ns32k/ns32k.h> +Boston, MA 02111-1307, USA. */ /* Compile for the floating point unit & 32532 by default; Don't assume SB is zero; @@ -64,10 +60,6 @@ Boston, MA 02111-1307, USA. #define MOVD_FLOAT_OK -/* Get generic NetBSD definitions. */ -#include <netbsd.h> -#include <netbsd-aout.h> - /* Names to predefine in the preprocessor for this target machine. */ #undef CPP_PREDEFINES |