rockbox/rbutil
Dominik Riebeling 3ee79724f6 Fix linking with C++ files.
When linking with C++ files the linker also needs to link against the C++
libraries. This is done automatically when invoking the compiler upon linking.
Since we don't want C++ dependencies on C-only projects we check if we actually
have C++ files and use either the C or C++ compiler.

Rename CFLAGS since it's now used for both C and C++ compiler and add dedicated
CFLAGS, CXXFLAGS and LDFLAGS variables.

Change-Id: I9cc068a8038f21e8fd96b20173a8f790e6ab4b6e
2016-12-16 21:50:36 +01:00
..
chinachippatcher Don't add LIBSOURCES to SOURCES. 2016-12-16 19:46:07 +01:00
e200rpatcher Bulk convert all DOS line endings to UNIX. 2011-11-06 22:44:25 +00:00
ibassoboot/jni iBasso DX50/DX90: Rockbox loader, replacement for original firmware MangoPlayer. 2015-02-02 21:01:00 +01:00
ipodpatcher Don't add LIBSOURCES to SOURCES. 2016-12-16 19:46:07 +01:00
mkamsboot Don't add LIBSOURCES to SOURCES. 2016-12-16 19:46:07 +01:00
mkimxboot imx233: add capability to boot OF or updater instead of Rockbox 2016-12-12 12:03:08 +01:00
mkmpioboot Don't add LIBSOURCES to SOURCES. 2016-12-16 19:46:07 +01:00
mkrk27boot Cleanup MV/MD macros a little. 2013-08-17 12:18:22 -04:00
mktccboot Don't add LIBSOURCES to SOURCES. 2016-12-16 19:46:07 +01:00
mkzenboot Don't add LIBSOURCES to SOURCES. 2016-12-16 19:46:07 +01:00
rbutilqt Create local file URL using QUrl. 2016-12-16 19:46:00 +01:00
sansapatcher Don't add LIBSOURCES to SOURCES. 2016-12-16 19:46:07 +01:00
tools Add "ipod" mode to bin2c. 2012-04-28 12:05:11 +02:00
libtools.make Fix linking with C++ files. 2016-12-16 21:50:36 +01:00