mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-01-05 16:10:31 +02:00
Fix Linux build of bare metal AP code.
This commit is contained in:
parent
ae83778173
commit
8ed300d620
@ -13,7 +13,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
UNAME := $(shell uname -s)
|
||||
ifeq ($(UNAME_S),Linux)
|
||||
ifeq ($(UNAME),Linux)
|
||||
TARGET = aarch64-linux-gnu
|
||||
else
|
||||
TARGET = aarch64-none-elf
|
||||
|
@ -13,7 +13,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
UNAME := $(shell uname -s)
|
||||
ifeq ($(UNAME_S),Linux)
|
||||
ifeq ($(UNAME),Linux)
|
||||
TARGET = aarch64-linux-gnu
|
||||
else
|
||||
TARGET = aarch64-none-elf
|
||||
|
Loading…
Reference in New Issue
Block a user