diff options
| author | Russ Cox <rsc@golang.org> | 2011-12-19 15:51:13 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2011-12-19 15:51:13 -0500 |
| commit | 55889409f8d44fab8f7715ec2d66286b857e25e7 (patch) | |
| tree | 14f41ff294e1fe1e1eb61594c6227106852a2339 /src/pkg/runtime/sys_linux_arm.s | |
| parent | 4a4c39e7d4f95ffcaa6971c35c4adeb740dcc515 (diff) | |
| download | go-55889409f8d44fab8f7715ec2d66286b857e25e7.tar.xz | |
runtime: separate out auto-generated files, take 2
This is like the ill-fated CL 5493063 except that
I have written a shell script (autogen.sh) instead of
thinking I could possibly write a correct Makefile.
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5496075
Diffstat (limited to 'src/pkg/runtime/sys_linux_arm.s')
| -rw-r--r-- | src/pkg/runtime/sys_linux_arm.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/sys_linux_arm.s b/src/pkg/runtime/sys_linux_arm.s index d0b36dedf9..e0e4135b54 100644 --- a/src/pkg/runtime/sys_linux_arm.s +++ b/src/pkg/runtime/sys_linux_arm.s @@ -6,7 +6,7 @@ // System calls and other sys.stuff for arm, Linux // -#include "asm_arm.h" +#include "zasm_GOOS_GOARCH.h" // OABI //#define SYS_BASE 0x00900000 |
