Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnyder committed Jan 18, 2012
1 parent bec9cec commit 963b5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -177,7 +177,7 @@ cross-gcc-first: cross-binutils gcc-$(GCC_VERSION)-$(CS_BASE) multilibbash
--disable-libffi --enable-extra-sgxxlite-multilibs $(CS_SPECS) && \
$(MAKE) -j$(PROCS) && \
$(MAKE) installdirs install-target && \
$(MAKE) -C install-gcc
$(MAKE) install-gcc

cross-gcc: cross-binutils cross-gcc-first cross-newlib gcc-$(GCC_VERSION)-$(CS_BASE) multilibbash
mkdir -p build/gcc-final && cd build/gcc-final && \
Expand Down

0 comments on commit 963b5b6

Please sign in to comment.