You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-11-29 16:57:35 +02:00
Fix Linux build of bare metal AP code.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user