Opened 9 years ago

Closed 9 years ago

#12074 closed bug (fixed)

Mips cross-tools no longer build

Reported by: haiqu Owned by: bonefish
Priority: normal Milestone: Unscheduled
Component: Build System Version: R1/Development
Keywords: Mips Cc:
Blocked By: Blocking:
Platform: All

Description

The tools to build a cross-compiler for the MIPS platform have been neglected. It seems there hasn't been an active maintainer for some years and with updates to GCC it broke.

Patched and attached.

Attachments (1)

0001-Fix-Mips-cross-tools-build.patch (3.6 KB ) - added by haiqu 9 years ago.
Fixes buildtools for Mips target

Download all attachments as: .zip

Change History (4)

by haiqu, 9 years ago

Fixes buildtools for Mips target

comment:1 by haiqu, 9 years ago

patch: 01

comment:2 by haiqu, 9 years ago

/Work/buildtools> /Work/haiku/generated.mipsel/cross-tools-mipsel/bin/mipsel-unknown-haiku-gcc -v Using built-in specs. COLLECT_GCC=/Work/haiku/generated.mipsel/cross-tools-mipsel/bin/mipsel-unknown-haiku-gcc COLLECT_LTO_WRAPPER=/Work/haiku/generated.mipsel/cross-tools-mipsel/libexec/gcc/mipsel-unknown-haiku/4.8.4/lto-wrapper Target: mipsel-unknown-haiku Configured with: /Work/buildtools/gcc/configure --prefix=/Work/haiku/generated.mipsel/cross-tools-mipsel --build=mipsel-unknown-haiku_buildhost --host=mipsel-unknown-haiku_buildhost --target=mipsel-unknown-haiku --disable-nls --disable-shared --with-system-zlib --enable-languages=c,c++ --enable-lto --enable-frame-pointer --with-sysroot=/Work/haiku/generated.mipsel/cross-tools-mipsel/sysroot --disable-threads --disable-tls --with-arch-32=mips32r2 --disable-multilib Thread model: single gcc version 4.8.4 (GCC)

comment:3 by waddlesplash, 9 years ago

Resolution: fixed
Status: newclosed

Applied in btrev43105. Thanks!

Note: See TracTickets for help on using tickets.