Commit b9f2972f by Nathanael Nerode

config.gcc: Move use_fixproto=no from generic vxworks clause to specific one.

	* config.gcc: Move use_fixproto=no from generic vxworks clause to
	specific one.

From-SVN: r71723
parent a30ac781
2003-09-23 Nathanael Nerode <neroden@gcc.gnu.org> 2003-09-23 Nathanael Nerode <neroden@gcc.gnu.org>
* config.gcc: Move use_fixproto=no from generic vxworks clause to
specific one.
* config.gcc (powerpc-*-gnu-gnualtivec*): Disable fixproto * config.gcc (powerpc-*-gnu-gnualtivec*): Disable fixproto
(accidentally missed in last pass). (accidentally missed in last pass).
......
...@@ -479,7 +479,6 @@ case ${target} in ...@@ -479,7 +479,6 @@ case ${target} in
tm_file="${tm_file} elfos.h svr4.h vxworks.h" tm_file="${tm_file} elfos.h svr4.h vxworks.h"
thread_file='vxworks' thread_file='vxworks'
use_collect2=yes use_collect2=yes
use_fixproto=no
;; ;;
esac esac
...@@ -1708,6 +1707,7 @@ powerpc-wrs-vxworks*) ...@@ -1708,6 +1707,7 @@ powerpc-wrs-vxworks*)
tm_file="${tm_file} vxworks.h rs6000/vxworks.h" tm_file="${tm_file} vxworks.h rs6000/vxworks.h"
tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-ppccomm rs6000/t-vxworks" tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-ppccomm rs6000/t-vxworks"
extra_headers=ppc-asm.h extra_headers=ppc-asm.h
use_fixproto=no
;; ;;
powerpc-wrs-windiss*) powerpc-wrs-windiss*)
tm_file="${tm_file} elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/windiss.h" tm_file="${tm_file} elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/windiss.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