Skip to content

Commit b1c238c

Browse files
authored
Merge pull request #7 from iCMDdev/RPi-4B-BCM2711
Makefile fixes for Linux host
2 parents ce46d5e + bda28bb commit b1c238c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rpi4b-blink/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ kernel8.elf: $(BUILDROOT)/libMainApp.a $(BUILDROOT)/Support.build/boot.S.o link.
2121

2222
$(BUILDROOT)/libMainApp.a $(BUILDROOT)/Support.build/boot.S.o:
2323
@echo "🛠️ Building with Swift Package Manager..."
24-
$(SWIFT_EXEC) build --triple aarch64-none-none-elf -Xcc -D__APPLE__ -Xcc -D__MACH__ -Xswiftc -Xfrontend -Xswiftc -disable-stack-protector
24+
$(SWIFT_EXEC) build --triple aarch64-none-none-elf -Xswiftc -Xfrontend -Xswiftc -disable-stack-protector
2525
@echo ""
2626

2727
clean:

rpi5-blink/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ kernel8.elf: $(BUILDROOT)/libMainApp.a $(BUILDROOT)/Support.build/boot.S.o link.
2121

2222
$(BUILDROOT)/libMainApp.a $(BUILDROOT)/Support.build/boot.S.o:
2323
@echo "🛠️ Building with Swift Package Manager..."
24-
$(SWIFT_EXEC) build --triple aarch64-none-none-elf -Xcc -D__APPLE__ -Xcc -D__MACH__ -Xswiftc -Xfrontend -Xswiftc -disable-stack-protector
24+
$(SWIFT_EXEC) build --triple aarch64-none-none-elf -Xswiftc -Xfrontend -Xswiftc -disable-stack-protector
2525
@echo ""
2626

2727
clean:

0 commit comments

Comments
 (0)