OpenCores
URL https://opencores.org/ocsvn/zipcpu/zipcpu/trunk

Subversion Repositories zipcpu

[/] [zipcpu/] [trunk/] [sw/] [gcc-script.sh] - Diff between revs 111 and 171

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 111 Rev 171
Line 45... Line 45...
        --enable-checking --disable-nls                \
        --enable-checking --disable-nls                \
        --disable-sjlj-exceptions                      \
        --disable-sjlj-exceptions                      \
        --disable-decimal-float --disable-fixed-point  \
        --disable-decimal-float --disable-fixed-point  \
        --disable-lto --disable-canonical-system-headers
        --disable-lto --disable-canonical-system-headers
 
 
 
echo $PATH | grep ${INSTALL_BASE}/cross-tools/bin \
 
        || PATH=$PATH:${INSTALL_BASE}/cross-tools/bin
make || true
make || true
cd gcc; make || true
cd gcc; make || true
cd ../; make all-libcc1 || true
cd ../; make all-libcc1 || true
cd libcc1; make || true
cd libcc1; make || true
cd ../gcc; make || true
cd ../gcc; make || true

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.