Skip to content

Commit

Permalink
WIP sparc
Browse files Browse the repository at this point in the history
  • Loading branch information
badochov committed Dec 5, 2024
1 parent 6ef6955 commit 91ff147
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions target/sparcv8leon.mk
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ else ifeq ($(TARGET_SUBFAMILY), gr712rc)
CPPFLAGS += -DLEON_TN_0018_FIX
LDFLAGS += -Wl,-z,max-page-size=0x1000

LIBPHOENIX_PIC ?= n
LIBPHOENIX_SHARED ?= n

HAVE_MMU := y
else ifeq ($(TARGET_SUBFAMILY), generic)
ifeq ($(KERNEL), 1)
Expand All @@ -62,6 +65,9 @@ else ifeq ($(TARGET_SUBFAMILY), generic)
VADDR_KERNEL_INIT := 0xc0000000
LDFLAGS += -Wl,-z,max-page-size=0x1000

LIBPHOENIX_PIC ?= n
LIBPHOENIX_SHARED ?= n

HAVE_MMU := y
else
$(error Incorrect TARGET.)
Expand Down

0 comments on commit 91ff147

Please sign in to comment.