Skip to content

Commit

Permalink
sparcv8leon3: fix indentation in makefile
Browse files Browse the repository at this point in the history
JIRA: RTOS-406
  • Loading branch information
lukileczo committed Jun 7, 2023
1 parent 97691bf commit fb7253d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile.sparcv8leon3
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ LDFLAGS := -z max-page-size=0x200 --gc-sections
VADDR_KERNEL_INIT=31000000

ifeq ($(KERNEL), 1)
LDFLAGS += -Tbss=40001800 -Tdata=40001800 --section-start=.rodata=40000000
STRIP = $(CROSS)strip
LDFLAGS += -Tbss=40001800 -Tdata=40001800 --section-start=.rodata=40000000
STRIP = $(CROSS)strip
else
CFLAGS += -fPIC -fPIE -mno-pic-data-is-text-relative -mpic-register=g6
LDFLAGS += -q
STRIP = $(CROSS)strip --strip-unneeded -R .rela.text
CFLAGS += -fPIC -fPIE -mno-pic-data-is-text-relative -mpic-register=g6
LDFLAGS += -q
STRIP = $(CROSS)strip --strip-unneeded -R .rela.text
endif

CXXFLAGS += $(filter-out -Wstrict-prototypes, $(CFLAGS))
Expand Down

0 comments on commit fb7253d

Please sign in to comment.