Skip to content
Snippets Groups Projects
Commit 28f4da52 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Require all target when building sysroot

parent 2cc5db9d
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ libc: $(BUILD)/release/libc.a $(BUILD)/release/crt0.o $(BUILD)/include
libm: $(BUILD)/openlibm/libopenlibm.a
sysroot:
sysroot: all
rm -rf $@.partial
mkdir -p $@.partial
make install DESTDIR=$@.partial
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment