aboutsummaryrefslogtreecommitdiff
path: root/include/gcc/gcc1
diff options
context:
space:
mode:
Diffstat (limited to 'include/gcc/gcc1')
-rw-r--r--include/gcc/gcc118
1 files changed, 0 insertions, 18 deletions
diff --git a/include/gcc/gcc1 b/include/gcc/gcc1
deleted file mode 100644
index c555f2c..0000000
--- a/include/gcc/gcc1
+++ /dev/null
@@ -1,18 +0,0 @@
- mkdir build
- cd build
-
- ../configure \
- --target=i686-elf \
- --prefix=/usr \
- --disable-nls \
- --disable-plugin \
- --enable-languages=c,c++ \
- --without-headers
-
- make all-gcc
- make all-target-libgcc
-
- make -k check || true
-
- make install-gcc
- make install-target-libgcc