Commit e743d226 by Nathanael Nerode

config.gcc (x86_64-*-freebsd*): Disable fixproto (accidentally missed in last pass).

	* config.gcc (x86_64-*-freebsd*): Disable fixproto (accidentally
	missed in last pass).

From-SVN: r71720
parent 45adea50
2003-09-23 Nathanael Nerode <neroden@gcc.gnu.org>
* config.gcc (x86_64-*-freebsd*): Disable fixproto (accidentally
missed in last pass).
2003-09-23 Alexandre Oliva <aoliva@redhat.com> 2003-09-23 Alexandre Oliva <aoliva@redhat.com>
* config/mn10300/mn10300.md (andsi3): Fix cut&pasto in 0xfffffffe * config/mn10300/mn10300.md (andsi3): Fix cut&pasto in 0xfffffffe
......
...@@ -915,6 +915,7 @@ i[34567]86-*-freebsd*) ...@@ -915,6 +915,7 @@ i[34567]86-*-freebsd*)
;; ;;
x86_64-*-freebsd*) x86_64-*-freebsd*)
tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/x86-64.h i386/freebsd.h i386/freebsd64.h" tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/x86-64.h i386/freebsd.h i386/freebsd64.h"
use_fixproto=no
;; ;;
i[34567]86-*-netbsdelf*) i[34567]86-*-netbsdelf*)
tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/netbsd-elf.h" tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/netbsd-elf.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