Commit f75aac9e by Richard Henderson Committed by Richard Henderson

config.gcc (powerpc-*-linux*): Include linux64.opt when including linux64.h.

        * config.gcc (powerpc-*-linux*): Include linux64.opt when
        including linux64.h.

From-SVN: r99943
parent 9e5a3e6c
2005-05-18 Richard Henderson <rth@redhat.com> 2005-05-18 Richard Henderson <rth@redhat.com>
* config.gcc (powerpc-*-linux*): Include linux64.opt when
including linux64.h.
2005-05-18 Richard Henderson <rth@redhat.com>
* tree-cfg.c (pass_remove_useless): Revert last change. * tree-cfg.c (pass_remove_useless): Revert last change.
* tree-optimize.c (init_tree_optimization_passes): Initialize * tree-optimize.c (init_tree_optimization_passes): Initialize
all_lowering_passes with PROP_gimple_any. all_lowering_passes with PROP_gimple_any.
......
...@@ -1684,6 +1684,7 @@ powerpc-*-linux*) ...@@ -1684,6 +1684,7 @@ powerpc-*-linux*)
fi fi
tm_file="rs6000/biarch64.h ${tm_file} rs6000/linux64.h" tm_file="rs6000/biarch64.h ${tm_file} rs6000/linux64.h"
tmake_file="$tmake_file rs6000/t-linux64" tmake_file="$tmake_file rs6000/t-linux64"
extra_options="${extra_options} rs6000/linux64.opt"
;; ;;
*) *)
tm_file="${tm_file} rs6000/linux.h" tm_file="${tm_file} rs6000/linux.h"
......
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