正在显示
1 个修改的文件
包含
2 行增加
和
3 行删除
@@ -129,9 +129,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | @@ -129,9 +129,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
129 | 129 | ||
130 | /** | 130 | /** |
131 | * important check for st(state-threads), | 131 | * important check for st(state-threads), |
132 | - * only support the following cpus: | ||
133 | - * 1. i386/amd64/x86_64 | ||
134 | - * 2. arm, glibc <= 2.15 | 132 | + * only support the following cpus: i386/amd64/x86_64/arm |
133 | + * @reamrk to patch ST for arm, read https://github.com/ossrs/state-threads/issues/1 | ||
135 | */ | 134 | */ |
136 | #if !defined(__amd64__) && !defined(__x86_64__) && !defined(__i386__) && !defined(__arm__) | 135 | #if !defined(__amd64__) && !defined(__x86_64__) && !defined(__i386__) && !defined(__arm__) |
137 | #error "only support i386/amd64/x86_64/arm cpu" | 136 | #error "only support i386/amd64/x86_64/arm cpu" |
-
请 注册 或 登录 后发表评论