Commit 73c37dab by Jan Hubicka Committed by Jan Hubicka

i386.c (override_options): Remove hack enabling 128bit long double commited by accident.


	* i386.c (override_options):  Remove hack enabling 128bit long double
	commited by accident.

From-SVN: r73213
parent d8ccee1e
2003-11-03 Jan Hubicka <jh@suse.cz>
* i386.c (override_options): Remove hack enabling 128bit long double
commited by accident.
2003-11-02 Per Bothner <per@bothner.com>
* c-opts.c (needValue): Do cpp_find_main_file before processing
......
......@@ -1374,7 +1374,6 @@ override_options (void)
if (TARGET_SSE2)
target_flags |= MASK_SSE;
target_flags |= (MASK_128BIT_LONG_DOUBLE);
if (TARGET_64BIT)
{
if (TARGET_ALIGN_DOUBLE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment