diff options
author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-24 17:29:51 +0000 |
---|---|---|
committer | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-24 17:29:51 +0000 |
commit | e477dd1310c8b62740607b0162af240b0eae2aeb (patch) | |
tree | 4ec64578c4bc13c277700557c4c0523059ef720c /config | |
parent | 9f9a3b393c3b6e7e3baea9e5cba2c43985bec30a (diff) | |
download | gcc-e477dd1310c8b62740607b0162af240b0eae2aeb.tar.gz |
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Do not include mh-x86omitfp.
* configure: Regenerate.
config:
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
* mh-x86omitfp: Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171421 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 4 | ||||
-rw-r--r-- | config/mh-x86omitfp | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 47baee84309..968f0476e0c 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,5 +1,9 @@ 2011-03-24 Paolo Bonzini <bonzini@gnu.org> + * mh-x86omitfp: Remove. + +2011-03-24 Paolo Bonzini <bonzini@gnu.org> + * mh-cygwin: Remove obsolete variables and dependencies. 2011-03-24 Paolo Bonzini <bonzini@gnu.org> diff --git a/config/mh-x86omitfp b/config/mh-x86omitfp deleted file mode 100644 index 7f536c8ba2e..00000000000 --- a/config/mh-x86omitfp +++ /dev/null @@ -1,2 +0,0 @@ -# Add -fomit-frame-pointer to the usual BOOT_CFLAGS to speed up the compiler. -BOOT_CFLAGS += -fomit-frame-pointer |