Opened 19 years ago

Closed 19 years ago

Last modified 10 years ago

#1531 closed defect (fixed)

Xorg-6.8.2: Wrong AMD64 optimization definition in 'host.def'

Reported by: mail@… Owned by: blfs-book@…
Priority: high Milestone:
Component: BOOK Version: ~CVS
Severity: normal Keywords:
Cc:

Description

When creating the 'host.def' file for the Xorg configuration the book's listing adds the following line to the file: /* #define DefaultGccAMD64Opt -O2 -fno-strength-reduce \

-fno-strict-aliasing */

Using this optimization definition has no effect an a AMD64 based system because the definition has a typo: a '2' is missing. The correct line would be: /* #define DefaultGcc2AMD64Opt -O2 -fno-strength-reduce \

-fno-strict-aliasing */

Change History (2)

comment:1 by bdubbs@…, 19 years ago

Resolution: fixed
Status: newclosed

Updated in 6.1 and SVN.

comment:2 by bdubbs@…, 10 years ago

Milestone: old

Milestone old deleted

Note: See TracTickets for help on using tickets.