Skip to content

RequestForComments: distinguish compiler and linker flags

Bitbucket Importer requested to merge bitbucket/merged-pr-164 into branch/unified

Created originally on Bitbucket by frantony (Antony Pavlov)

Was already merged in Bitbucket before import, marked as merged by the import user

Source changeset not longer availableat the time of import. Commit listwill look empty

The '-mthumb-interwork' and '-march=' flags are related to the code-generation process but not to the link process.

In general case this options are platform-related, but ML-supported cameras are not very different, so we can set this options in one place.

Anyway, there is no need to write '-march=armv5te' in multiple places.

Comment this changeset, please!

Merge request reports