Cleanup TARGET_CONFIGURE_OPTS
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 25 Jun 2010 13:04:08 +0000 (15:04 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 7 Jul 2010 06:14:40 +0000 (08:14 +0200)
commitefb1d8d3f40281645c178c150d992601c8042c1a
treea21c34d28fb6091282128980be0cdc8089e35683
parentdc67c7f4dc3b3dbd0c71c2917373deab70f75b7a
Cleanup TARGET_CONFIGURE_OPTS

The definition of CC, LD, GCC, CPP, CXX and FC shouldn't contain the
CFLAGS/LDFLAGS/CXXFLAGS, those should be passed through the
appropriate variables.

However, the --sysroot option is a particular case here: it needs to
be part of the CC/LD/GCC/etc. definitions otherwise libtool strips it
from the CFLAGS/LDFLAGS.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Makefile.in