Skip to content

Commit

Permalink
Fix location of libcmini startup file
Browse files Browse the repository at this point in the history
  • Loading branch information
th-otto committed Jul 25, 2024
1 parent 9a45fb4 commit 35db47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONFIGVARS
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ LIBCMINI_CPU := $(LIBCMINI_CPU)/mshort
endif
LIBCMINI_INCPATH := $(LIBCMINI_PATH)/include
LIBCMINI_LIBPATH := $(LIBCMINI_PATH)/build/$(LIBCMINI_CPU)
LIBCMINI_STARTUP := $(LIBCMINI_PATH)/build/crt0.o
LIBCMINI_STARTUP := $(LIBCMINI_PATH)/build/$(LIBCMINI_CPU)/objs/crt0.o
endif

CC = $(CROSSPREFIX)gcc
Expand Down

0 comments on commit 35db47f

Please sign in to comment.