Fix build of prefix
This commit is contained in:
parent
ebee179b5b
commit
137db4615a
|
@ -29,6 +29,8 @@ $(PREFIX)/relibc-install: $(ROOT)/relibc | $(PREFIX)/gcc-install
|
||||||
cd "$<" && \
|
cd "$<" && \
|
||||||
export PATH="$(ROOT)/$@.partial/bin:$$PATH" && \
|
export PATH="$(ROOT)/$@.partial/bin:$$PATH" && \
|
||||||
export CARGO=xargo && \
|
export CARGO=xargo && \
|
||||||
|
make -j `$(NPROC)` headers && \
|
||||||
|
make -j `$(NPROC)` install-headers DESTDIR="$(ROOT)/$@.partial/$(TARGET)" && \
|
||||||
make -j `$(NPROC)` all && \
|
make -j `$(NPROC)` all && \
|
||||||
make -j `$(NPROC)` install DESTDIR="$(ROOT)/$@.partial/$(TARGET)"
|
make -j `$(NPROC)` install DESTDIR="$(ROOT)/$@.partial/$(TARGET)"
|
||||||
cd "$@.partial" && $(PREFIX_STRIP)
|
cd "$@.partial" && $(PREFIX_STRIP)
|
||||||
|
|
2
relibc
2
relibc
|
@ -1 +1 @@
|
||||||
Subproject commit f4fccc6d19480be55f230367b6300b0019248286
|
Subproject commit 2fdca9bd0a1333e5f0aa8b88ebc3616ca7c11bb0
|
Loading…
Reference in a new issue