Skip to content

Commit 60cd2eb

Browse files
committed
Fix TLSF on 64bit
1 parent cedd677 commit 60cd2eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/broadcom/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ endif
122122

123123
all: $(BUILD)/firmware.kernel$(SUFFIX).img $(BUILD)/firmware.disk.img.zip
124124

125+
$(BUILD)/lib/tlsf/tlsf.o: CFLAGS += -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast
126+
125127
%.o: %.c
126128
$(CC) $(CFLAGS) -c $< -o $@
127129

0 commit comments

Comments
 (0)