Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#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 thomas, 5 years ago

Owner: changed from lfs-book to thomas
Status: newassigned

comment:2 by thomas, 5 years ago

Version: multilib

comment:3 by thomas, 5 years ago

Resolution: fixed
Status: assignedclosed

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

comment:4 by Bruce Dubbs, 5 years ago

Milestone: 8.59.0

Milestone renamed

Note: See TracTickets for help on using tickets.