Skip to content

Commit

Permalink
contrib/tester-progs: add a getcpu-i386 target
Browse files Browse the repository at this point in the history
This is intended for testing.

Signed-off-by: Kornilios Kourtis <[email protected]>
  • Loading branch information
kkourt committed Oct 10, 2024
1 parent 56729f5 commit 5a3cf7c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion contrib/tester-progs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,10 @@ lseek-pipe: FORCE
go build -o lseek-pipe ./go/lseek-pipe

getcpu: FORCE
go build -o getcpu ./go/getcpu
go build -o $@ ./go/getcpu

getcpu-i386: FORCE
GOARCH=386 go build -o $@ ./go/getcpu

user-stacktrace: FORCE
go build -o user-stacktrace ./go/user-stacktrace
Expand Down

0 comments on commit 5a3cf7c

Please sign in to comment.