0

Is there a way to automatically lookup the standardized target namings such as i686-pc-linux-gnu I typically want to feed as argument to the configure flag --exec-prefix in platform-specific builds? I've seen ./configure && make && make installs automatically install stuff in $PREFIX/i686-pc-linux-gnu without specifying --exec-prefix so some automated naming logic must exist under hood in autoconf.

Nordlöw
  • 11,838
  • 10
  • 52
  • 99

1 Answers1

0

The autotools generated file config.guess is the answer.

Nordlöw
  • 11,838
  • 10
  • 52
  • 99