All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Incorrect configure --target= and --host= when building ncurses 6.1
@ 2020-05-09  3:04 William Tambe
  2020-05-09 10:01 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: William Tambe @ 2020-05-09  3:04 UTC (permalink / raw)
  To: buildroot

I am adding a new board for which the architecture name is "iron".
While building ncurses, the following command is issued:

./configure --target=iron-buildroot-linux-gnu --host=iron-buildroot-linux-gnu

Which is throwing the error:
checking host system type... Invalid configuration
`iron-buildroot-linux-gnu': machine `iron-buildroot' not recognized

I believe, the configure command should have been:
./configure --target=iron-linux-gnu --host=iron-linux-gnu

Any idea what could be causing the extra "buildroot" in configure
--target= and --host= arguments ?

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-09 10:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-09  3:04 [Buildroot] Incorrect configure --target= and --host= when building ncurses 6.1 William Tambe
2020-05-09 10:01 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.