mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-16 21:49:50 +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.
|
# limitations under the License.
|
||||||
|
|
||||||
UNAME := $(shell uname -s)
|
UNAME := $(shell uname -s)
|
||||||
ifeq ($(UNAME_S),Linux)
|
ifeq ($(UNAME),Linux)
|
||||||
TARGET = aarch64-linux-gnu
|
TARGET = aarch64-linux-gnu
|
||||||
else
|
else
|
||||||
TARGET = aarch64-none-elf
|
TARGET = aarch64-none-elf
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
UNAME := $(shell uname -s)
|
UNAME := $(shell uname -s)
|
||||||
ifeq ($(UNAME_S),Linux)
|
ifeq ($(UNAME),Linux)
|
||||||
TARGET = aarch64-linux-gnu
|
TARGET = aarch64-linux-gnu
|
||||||
else
|
else
|
||||||
TARGET = aarch64-none-elf
|
TARGET = aarch64-none-elf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user