#4452 closed task (fixed)
Multilib: Change profiling attribute to allow selection af arch
| Reported by: | thomas | Owned by: | thomas |
|---|---|---|---|
| Priority: | normal | Milestone: | 9.0 |
| Component: | Book | Version: | multilib |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Currently you can either render the book to exclude or to include multilib instructions. That is kind of all or nothing.
We cannot render book to include instructions for -m32 only and leave out the -mx32 instruction or vice versa.
Change History (4)
comment:1 by , 7 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 7 years ago
| Version: | → multilib |
|---|
comment:3 by , 7 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in r11571
$ make ARCH=ml_32 Render book including -m32 architecture
$ make ARCH=ml_x32 Render book including -mx32 architecture
$ make ARCH=ml_all Render book including both, -m32 and -mx32, architectures