diff mbox

Small OpenBSD/hppa cleanup

Message ID 201307250950.r6P9oIDD017081@glazunov.sibelius.xs4all.nl
State New
Headers show

Commit Message

Mark Kettenis July 25, 2013, 9:50 a.m. UTC
Hi,

Dave spotted this leftover a while ago.  The pa/t-openbsd file doesn't
exist anymore.  Seems to have no ill effect, but would be good to
remove this wart anyway.  Dave, can you commit this?

Thanks,

Mark


2013-07-25  Mark Kettenis  <kettenis@openbsd.org>

        * config.gcc (hppa-*-openbsd*): Don't set tmake_file.

Comments

John David Anglin July 25, 2013, 3:40 p.m. UTC | #1
Committed.

Dave

On 25-Jul-13, at 5:50 AM, Mark Kettenis wrote:

> Hi,
>
> Dave spotted this leftover a while ago.  The pa/t-openbsd file doesn't
> exist anymore.  Seems to have no ill effect, but would be good to
> remove this wart anyway.  Dave, can you commit this?
>
> Thanks,
>
> Mark
>
>
> 2013-07-25  Mark Kettenis  <kettenis@openbsd.org>
>
>        * config.gcc (hppa-*-openbsd*): Don't set tmake_file.
>
>
> Index: config.gcc
> ===================================================================
> --- config.gcc	(revision 201041)
> +++ config.gcc	(working copy)
> @@ -1077,7 +1077,6 @@
> 	target_cpu_default="MASK_PA_11"
> 	tm_file="${tm_file} dbxelf.h elfos.h openbsd.h openbsd-stdint.h  
> openbsd-libpthread.h \
> 		 pa/pa-openbsd.h pa/pa32-regs.h pa/pa32-openbsd.h"
> -	tmake_file="${tmake_file} pa/t-openbsd"
> 	extra_options="${extra_options} openbsd.opt"
> 	gas=yes
> 	gnu_ld=yes
>

--
John David Anglin	dave.anglin@bell.net
diff mbox

Patch

Index: config.gcc
===================================================================
--- config.gcc	(revision 201041)
+++ config.gcc	(working copy)
@@ -1077,7 +1077,6 @@ 
 	target_cpu_default="MASK_PA_11"
 	tm_file="${tm_file} dbxelf.h elfos.h openbsd.h openbsd-stdint.h openbsd-libpthread.h \
 		 pa/pa-openbsd.h pa/pa32-regs.h pa/pa32-openbsd.h"
-	tmake_file="${tmake_file} pa/t-openbsd"
 	extra_options="${extra_options} openbsd.opt"
 	gas=yes
 	gnu_ld=yes