diff options
author | obrien <obrien@FreeBSD.org> | 1999-12-16 02:03:35 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-12-16 02:03:35 +0000 |
commit | f1e75fd104fc9123f466ca85887f159322c40977 (patch) | |
tree | 1efbcbd26768aaec922b66fd802bdcc7e80beb50 /contrib | |
parent | 75d7fc32bc324e139c8f2055e5f16c9c8d60478e (diff) | |
download | FreeBSD-src-f1e75fd104fc9123f466ca85887f159322c40977.zip FreeBSD-src-f1e75fd104fc9123f466ca85887f159322c40977.tar.gz |
Fix my CPP_SPEC synatax screwup.
Totally pissed at self: obrien
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/gcc/config/i386/freebsd.h | 2 | ||||
-rw-r--r-- | contrib/gcc/config/i386/freebsd.h.fixed | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc/config/i386/freebsd.h b/contrib/gcc/config/i386/freebsd.h index e70ad33..0de6beb 100644 --- a/contrib/gcc/config/i386/freebsd.h +++ b/contrib/gcc/config/i386/freebsd.h @@ -471,7 +471,7 @@ do { \ %{!maout: -D__ELF__} \ %{munderscores: -D__UNDERSCORES__} \ %{maout: %{!mno-underscores: -D__UNDERSCORES__}} \ -%{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__}}" +%{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 e70ad33..0de6beb 100644 --- a/contrib/gcc/config/i386/freebsd.h.fixed +++ b/contrib/gcc/config/i386/freebsd.h.fixed @@ -471,7 +471,7 @@ do { \ %{!maout: -D__ELF__} \ %{munderscores: -D__UNDERSCORES__} \ %{maout: %{!mno-underscores: -D__UNDERSCORES__}} \ -%{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__}}" +%{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__}" #undef CC1_SPEC #define CC1_SPEC "\ |