File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 44
55#define BLINK_MAJOR 0
66#define BLINK_MINOR 9
7- #define BLINK_PATCH 0
7+ #define BLINK_PATCH 2
88
99#define LINUX_MAJOR 4
1010#define LINUX_MINOR 5
Original file line number Diff line number Diff line change 11#! /bin/sh
2- set -ex
32m=tiny
43
4+ echo -n ' did you update blink/tunables.h and ape/ape.s? [n] '
5+ read didit
6+ if [ " $didit " != " y" ]; then
7+ exit 1
8+ fi
9+
10+ set -ex
11+ ./configure
12+ make -j8 check
13+
514# create the linux arm64 build
615make m=$m -j8 o/$m /aarch64/blink/blink
716o/third_party/gcc/aarch64/bin/aarch64-linux-musl-strip \
@@ -39,8 +48,7 @@ scp ~/cosmo/o//test/libc/thread/pthread_create_test.com pi:
3948ssh pi ./pthread_create_test.com
4049
4150# we're finished
51+ o//blink/blink -v
4252ls -hal \
4353 ~ /cosmo/ape/blink-aarch64.gz \
4454 ~ /cosmo/ape/blink-darwin-arm64.gz
45-
46- echo BE SURE TO UPDATE THE VERSION IN APE/APE.S
You can’t perform that action at this time.
0 commit comments