This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH, alpha]: Add alpha.o dependecies
- From: Tom Tromey <tromey at redhat dot com>
- To: Uros Bizjak <ubizjak at gmail dot com>
- Cc: "gcc-patches\ at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 16 Sep 2013 11:25:31 -0600
- Subject: Re: [PATCH, alpha]: Add alpha.o dependecies
- Authentication-results: sourceware.org; auth=none
- References: <CAFULd4biAz84-J49KMO=KbkMzSahxRzAV9GbaY8Uruaxfs1EpQ at mail dot gmail dot com>
>>>>> "Uros" == Uros Bizjak <ubizjak@gmail.com> writes:
Uros> Attached patch decleres dependecies for config/alpha/alpha.o.
Uros> 2013-09-16 Uros Bizjak <ubizjak@gmail.com>
Uros> * config/alpha/t-alpha: New.
Uros> * config.gcc (alpha*-*-linux*): Add alpha/t-alpha to tmake_file.
Uros> (alpha*-*-freebsd*): Ditto.
Uros> (alpha*-*-netbsd*): Ditto.
Uros> (alpha*-*-openbsd*): Ditto.
Uros> (alpha64-dec-*vms*): Ditto.
Uros> (alpha*-dec-*vms*): Ditto.
Uros> OK for mainline if bootstrap passes?
I think you would be better off just waiting for the automatic
dependency series to go in. It ought to happen soon, and I believe it
will remove the need for this patch.
Tom