This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Successful bootstrap and install of gcc (GCC) 7.3.0 on mips64-unknown-linux-gnu
- From: Aaro Koskinen <aaro dot koskinen at iki dot fi>
- To: gcc at gcc dot gnu dot org
- Cc: Aaro Koskinen <aaro dot koskinen at iki dot fi>
- Date: Fri, 30 Mar 2018 15:11:17 +0300
- Subject: Successful bootstrap and install of gcc (GCC) 7.3.0 on mips64-unknown-linux-gnu
Hi,
Here's a report of a successful build and install of GCC:
$ gcc-7.3.0/config.guess
mips64-unknown-linux-gnu
$ newcompiler/bin/gcc -v
Using built-in specs.
COLLECT_GCC=newcompiler/bin/gcc
COLLECT_LTO_WRAPPER=/home/aaro/gcctest/newcompiler/libexec/gcc/mips-unknown-linux-gnu/7.3.0/lto-wrapper
Target: mips-unknown-linux-gnu
Configured with: ../gcc-7.3.0/configure --with-arch=octeon+ --with-abi=32 --enable-targets=all --with-float=soft --disable-nls --prefix=/home/aaro/gcctest/newcompiler --enable-languages=c,c++ --host=mips-unknown-linux-gnu --build=mips-unknown-linux-gnu --target=mips-unknown-linux-gnu --with-system-zlib --with-sysroot=/
Thread model: posix
gcc version 7.3.0 (GCC)
-- Build environment ----------------------------------------------------------
host: edgerouter-pro
distro: los.git rootfs=e263b native=e263b
kernel: Linux 4.16.0-rc6-octeon-los_e263b
binutils: GNU binutils 2.30
make: GNU Make 4.2.1
libc: GNU C Library (GNU libc) stable release version 2.27.
zlib: 1.2.11
mpfr: 4.0.1
gmp: 60102
-- Time consumed --------------------------------------------------------------
configure: real 0m 9.69s
user 0m 10.01s
sys 0m 1.58s
bootstrap: real 14h 41m 10s
user 26h 8m 51s
sys 1h 47m 54s
install: real 9m 13.75s
user 3m 21.04s
sys 4m 49.77s
-- Hardware details -----------------------------------------------------------
MemTotal: 2007368 kB
system type : ubnt,e200 (CN6120p1.1-1000-NSP)
machine : Unknown
processor : 0
cpu model : Cavium Octeon II V0.1
BogoMIPS : 2000.00
wait instruction : yes
microsecond timers : yes
tlb_entries : 128
extra interrupt vector : yes
hardware watchpoint : yes, count: 2, address/irw mask: [0x0ffc, 0x0ffb]
isa : mips1 mips2 mips3 mips4 mips5 mips32r1 mips32r2 mips64r1 mips64r2
ASEs implemented :
shadow register sets : 1
kscratch registers : 3
package : 0
core : 0
VCED exceptions : not available
VCEI exceptions : not available
processor : 1
cpu model : Cavium Octeon II V0.1
BogoMIPS : 2000.00
wait instruction : yes
microsecond timers : yes
tlb_entries : 128
extra interrupt vector : yes
hardware watchpoint : yes, count: 2, address/irw mask: [0x0ffc, 0x0ffb]
isa : mips1 mips2 mips3 mips4 mips5 mips32r1 mips32r2 mips64r1 mips64r2
ASEs implemented :
shadow register sets : 1
kscratch registers : 3
package : 0
core : 1
VCED exceptions : not available
VCEI exceptions : not available
A.