Skip to content

Commit

Permalink
add contrib/download_prerequisites for mpc etc..
Browse files Browse the repository at this point in the history
  • Loading branch information
oferShinaar committed Jan 6, 2019
1 parent 979edb9 commit 53030b7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ CONFIGURE_HOST = @configure_host@

all: @default_target@
#newlib: $(OBJDIR)/stamps/expat/install.stamp
newlib: $(OBJDIR)/stamps/expat/install.stamp stamps/build-gcc-newlib-stage2
newlib: stamps/riscv-gcc-gmp $(OBJDIR)/stamps/expat/install.stamp stamps/build-gcc-newlib-stage2
linux: stamps/build-gcc-linux-stage2
musl: stamps/build-gcc-musl-stage2
ifeq (@enable_gdb@,--enable-gdb)
Expand Down Expand Up @@ -203,6 +203,13 @@ $(OBJDIR)/build/expat/configure:
cd $(dir $@); ./buildconf.sh
touch -c $@


stamps/riscv-gcc-gmp:
$(info "-------------------------- download contrib prerequisites --------------------------")
cd $(srcdir)/riscv-gcc/; ./contrib/download_prerequisites



stamps/build-linux-headers:
mkdir -p $(SYSROOT)/usr/
cp -a $(srcdir)/linux-headers/include $(SYSROOT)/usr/
Expand Down

0 comments on commit 53030b7

Please sign in to comment.