Skip to content

Commit

Permalink
Address Kito's comments
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Kossifidis  <[email protected]>
  • Loading branch information
mickflemm committed Jul 14, 2024
1 parent 0a6fcf9 commit 7a5cb7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -991,15 +991,15 @@ stamps/build-uclibc-linux: $(UCLIBC_SRCDIR) $(UCLIBC_SRC_GIT) stamps/build-gcc-u
O="$$(realpath $(notdir $@))" \
ARCH=riscv$(XLEN) \
CROSS_COMPILE=$(UCLIBC_TUPLE)- \
$(MAKE) -C $(notdir $<) olddefconfig
$(MAKE) -C $< olddefconfig

O="$$(realpath $(notdir $@))" \
ARCH=riscv$(XLEN) \
PREFIX=$(SYSROOT) \
CROSS_COMPILE=$(UCLIBC_TUPLE)- \
UCLIBC_EXTRA_CFLAGS="$(CFLAGS_FOR_TARGET)" \
UCLIBC_EXTRA_CPPFLAGS="$(CXXFLAGS_FOR_TARGET)" \
$(MAKE) -C $(notdir $<) install
$(MAKE) -C $< install
cp -a $(notdir $@)/lib/*\.so $(SYSROOT)/usr/lib/
cp -a $(notdir $@)/lib/*\.so.* $(SYSROOT)/usr/lib/
ln -f $(SYSROOT)/usr/lib/crt1.o $(SYSROOT)/usr/lib/Scrt1.o
Expand Down

0 comments on commit 7a5cb7f

Please sign in to comment.