mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
fix solaris ignore
This commit is contained in:
@@ -2,7 +2,7 @@ include ../tools.mk
|
||||
|
||||
# ignore-freebsd
|
||||
# ignore-openbsd
|
||||
# ignore-sunos
|
||||
# ignore-solaris
|
||||
|
||||
HOST := $(shell $(RUSTC) -vV | grep 'host:' | sed 's/host: //')
|
||||
ifeq ($(findstring i686,$(HOST)),i686)
|
||||
|
||||
Reference in New Issue
Block a user