freddy
freddy

Reputation: 515

In buildroot, how to enable deprecated features?

I have to compile C for mips that uses MIPS1 instruction set, but Buildroot no longer supports MIPS1 instruction set (See the bottom of this page: http://buildroot.org/downloads/manual/manual.html).

Could you please let me know how to enable the deprecated feature (i.e., MIPS1 instruction set) in Buildroot?

Any comments would be appreciated.

Upvotes: 1

Views: 596

Answers (1)

Thomas Petazzoni
Thomas Petazzoni

Reputation: 5956

Build options -> Show packages that are deprecated or obsolete

Which platform are you working with? It is really strange that you need MIPS1 support.

Upvotes: 3

Related Questions