]> Cypherpunks repositories - gostls13.git/commit
liblink: fix arm build again
authorDave Cheney <dave@cheney.net>
Fri, 30 Jan 2015 05:20:46 +0000 (16:20 +1100)
committerRuss Cox <rsc@golang.org>
Fri, 30 Jan 2015 14:45:37 +0000 (14:45 +0000)
commitea2f3f9e7afef112069aaf647c8e2bd5c0c2bc2f
tree93e313209ddd1247617b7427d3b7770b1caf3ae1
parent3c3848ad92bac9edce2ec1e510c01f9bf2317ea3
liblink: fix arm build again

Another attempt to fix the arm build by moving the include of signal.h
to cmd/lex.c, unless we are building on plan9.

Obviously if we had a plan9/arm builder this would probably not work, but
this is only a temporary measure until the c2go transition is complete.

Change-Id: I7f8ae27349b2e7a09c55db03e02a01939159a268
Reviewed-on: https://go-review.googlesource.com/3566
Reviewed-by: Russ Cox <rsc@golang.org>
include/u.h
src/cmd/5l/5.out.h
src/cmd/gc/lex.c