From 4a66e756636cb8364582ea503abd10d76f5b4aa3 Mon Sep 17 00:00:00 2001 From: Jing Yu Date: Sun, 30 Jan 2011 22:18:29 -0800 Subject: Upgrade gcc-4.4.3 for Android toolchain. - Backport upstream patches to support arm hardfp. - Backport gcc-4.5 patches to support -march=atom. Now it is able to build atom toolchain with glibc from this branch - Develop a bunch of optimizations - Fix a few arm dejagnu failures To-do list: - Support Android/atom - Fix ia32 bootstrap failure Change-Id: I5e10dcd21620d4d8ca984d1d1707a76067e61691 --- gcc-4.4.3/gcc/toplev.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gcc-4.4.3/gcc/toplev.c') diff --git a/gcc-4.4.3/gcc/toplev.c b/gcc-4.4.3/gcc/toplev.c index de0962105..90976913e 100644 --- a/gcc-4.4.3/gcc/toplev.c +++ b/gcc-4.4.3/gcc/toplev.c @@ -2019,6 +2019,10 @@ process_options (void) "for correctness"); flag_omit_frame_pointer = 0; } + + /* Save the current optimization options. */ + optimization_default_node = build_optimization_node (); + optimization_current_node = optimization_default_node; } /* This function can be called multiple times to reinitialize the compiler -- cgit v1.2.3