From fc793cf05b0b81793cfba6c8e586da1b80267149 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 15 Dec 1999 10:16:25 +0000 Subject: Remove the defining of __i486__ baesd on TARGET_CPU_DEFAULT and !m386 or m486. --- contrib/gcc/config/i386/freebsd.h | 10 +--------- contrib/gcc/config/i386/freebsd.h.fixed | 10 +--------- 2 files changed, 2 insertions(+), 18 deletions(-) (limited to 'contrib/gcc/config') diff --git a/contrib/gcc/config/i386/freebsd.h b/contrib/gcc/config/i386/freebsd.h index c78c2f6..e70ad33 100644 --- a/contrib/gcc/config/i386/freebsd.h +++ b/contrib/gcc/config/i386/freebsd.h @@ -467,19 +467,11 @@ do { \ #define CPP_PREDEFINES "-Di386 -Acpu(i386) -Amachine(i386)" CPP_FBSD_PREDEFINES #undef CPP_SPEC -#if TARGET_CPU_DEFAULT == 2 #define CPP_SPEC "\ %{!maout: -D__ELF__} \ %{munderscores: -D__UNDERSCORES__} \ %{maout: %{!mno-underscores: -D__UNDERSCORES__}} \ -%{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{!m386:-D__i486__}" -#else -#define CPP_SPEC "\ -%{!maout: -D__ELF__} \ -%{munderscores: -D__UNDERSCORES__} \ -%{maout: %{!mno-underscores: -D__UNDERSCORES__}} \ -%{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{m486:-D__i486__}" -#endif +%{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__}}" #undef CC1_SPEC #define CC1_SPEC "\ diff --git a/contrib/gcc/config/i386/freebsd.h.fixed b/contrib/gcc/config/i386/freebsd.h.fixed index c78c2f6..e70ad33 100644 --- a/contrib/gcc/config/i386/freebsd.h.fixed +++ b/contrib/gcc/config/i386/freebsd.h.fixed @@ -467,19 +467,11 @@ do { \ #define CPP_PREDEFINES "-Di386 -Acpu(i386) -Amachine(i386)" CPP_FBSD_PREDEFINES #undef CPP_SPEC -#if TARGET_CPU_DEFAULT == 2 #define CPP_SPEC "\ %{!maout: -D__ELF__} \ %{munderscores: -D__UNDERSCORES__} \ %{maout: %{!mno-underscores: -D__UNDERSCORES__}} \ -%{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{!m386:-D__i486__}" -#else -#define CPP_SPEC "\ -%{!maout: -D__ELF__} \ -%{munderscores: -D__UNDERSCORES__} \ -%{maout: %{!mno-underscores: -D__UNDERSCORES__}} \ -%{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{m486:-D__i486__}" -#endif +%{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__}}" #undef CC1_SPEC #define CC1_SPEC "\ -- cgit v1.1