Skip to content

carotene: Replace ipcp-unit-growth with ipa-cp-unit-growth on gcc >= 10#16369

Merged
opencv-pushbot merged 1 commit intoopencv:3.4from
kraj:gcc10
Jan 17, 2020
Merged

carotene: Replace ipcp-unit-growth with ipa-cp-unit-growth on gcc >= 10#16369
opencv-pushbot merged 1 commit intoopencv:3.4from
kraj:gcc10

Conversation

@kraj
Copy link
Copy Markdown
Contributor

@kraj kraj commented Jan 16, 2020

gcc 10+ has renamed this option, therefore check for gcc version before
deciding which name to use for opt parameter

Copy link
Copy Markdown
Member

@alalek alalek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for contribution!

This patch should go into 3.4 branch first. We will merge changes from 3.4 into master regularly (weekly/bi-weekly).

So, please:

  • change "base" branch of this PR: master => 3.4 (use "Edit" button near PR title)
  • rebase your commits from master onto 3.4 branch. For example:
    git rebase -i --onto upstream/3.4 upstream/master
    (check list of your commits, save and quit (Esc + "wq" + Enter)
    where upstream is configured by following this GitHub guide and fetched (git fetch upstream).
  • push rebased commits into source branch of your fork (with --force option)

Note: no needs to re-open PR, apply changes "inplace".

gcc 10+ has renamed this option, therefore check for gcc version before
deciding which name to use for opt parameter

Signed-off-by: Khem Raj <raj.khem@gmail.com>
@kraj kraj changed the base branch from master to 3.4 January 16, 2020 19:03
@kraj
Copy link
Copy Markdown
Contributor Author

kraj commented Jan 16, 2020

both comments addressed

@asmorkalov asmorkalov added pr: needs rebase Rebase patch (and squash fixup commits) on the top of target branch and removed pr: needs rebase Rebase patch (and squash fixup commits) on the top of target branch labels Jan 16, 2020
@asmorkalov
Copy link
Copy Markdown
Contributor

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: build/install platform: arm ARM boards related issues: RPi, NVIDIA TK/TX, etc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants