We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2300f commit 01f731fCopy full SHA for 01f731f
Makefile
@@ -8,6 +8,7 @@ CROSSBINDIR = $(CROSSDIR)/bin
8
TARGET = i586-elf
9
10
$(BINUTILS_SRC):
11
+ cd $(CROSSDIR) && \
12
wget ftp://ftp.gnu.org/gnu/binutils/binutils-2.22.tar.gz && \
13
tar xzvf binutils-2.22.tar.gz && rm binutils-2.22.tar.gz
14
@@ -17,6 +18,7 @@ build-cross-binutils: $(BINUTILS_SRC)
17
18
make && make install
19
20
$(GCC_SRC):
21
22
wget ftp://ftp.gnu.org/gnu/gcc/gcc-4.6.4/gcc-core-4.6.4.tar.gz && \
23
tar xzvf gcc-core-4.6.4.tar.gz && rm gcc-core-4.6.4.tar.gz && \
24
cd $(GCC_SRC) && contrib/download_prerequisites
0 commit comments