This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Setting up a autoconf configure system
- From: Michael Powell <mwpowellhtx at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Mon, 4 Mar 2013 18:09:12 -0600
- Subject: Setting up a autoconf configure system
Hello,
I don't know if possibly the folks on this list have any knowledge of
autoconf configure?
Specifically, I have a system I'd like to build in either x86 default
Linux GCC environment, or ARM cross compiler.
I want to specify "./configure --target" (usage?) and when x86 or ARM
(or some derived Makefile variables) is detected, include the
appropriate $(TARGET_OS).make file.
The docs on config.sub and config.guess are rather fuzzy. The examples
I am digging up are vastly more complex than we need.
Possible? If so, how?
Regards,
Michael Powell