This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Specifying a MULTILIB dependency
- From: "Shaun Jackman" <sjackman at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 26 Jun 2006 14:05:43 -0600
- Subject: Specifying a MULTILIB dependency
- Reply-to: "Shaun Jackman" <sjackman at gmail dot com>
I'm using MULTILIB_OPTIONS and MULTILIB_DIRNAMES to compile a PIC/XIP
toolchain. I'm familiar with the MULTILIB_EXCEPTIONS mechanism to
specify incompatible configurations. How, though, do I indicate that
msingle-pic-base depends on fPIC?
MULTILIB_OPTIONS += fPIC
MULTILIB_DIRNAMES += pic
MULTILIB_OPTIONS += msingle-pic-base
MULTILIB_DIRNAMES += xip
Please cc me in your reply. Thanks,
Shaun