Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 432480 - dev-util/cmake based packages do not respect ASMFLAGS
Summary: dev-util/cmake based packages do not respect ASMFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: portage-multilib 431968
  Show dependency tree
 
Reported: 2012-08-23 18:22 UTC by Michael Palimaka (kensington)
Modified: 2012-12-08 15:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Palimaka (kensington) gentoo-dev 2012-08-23 18:22:21 UTC
When using CMake native assembler support, CFLAGS (or ASMFLAGS) are not respected, breaking portage-multilib.

I will prepare an initial patch.
Comment 1 Johannes Huber (RETIRED) gentoo-dev 2012-11-14 10:48:15 UTC
(In reply to comment #0)
> When using CMake native assembler support, CFLAGS (or ASMFLAGS) are not
> respected, breaking portage-multilib.
> 
> I will prepare an initial patch.

Any progress?
Comment 2 Michael Palimaka (kensington) gentoo-dev 2012-12-08 15:59:11 UTC
Fixed in CVS.

+  08 Dec 2012; Michael Palimaka <kensington@gentoo.org> cmake-utils.eclass:
+  Respect ASMFLAGS, wrt bug #432480. Permit ebuilds to define 'myctestargs'.