summaryrefslogtreecommitdiffstats
path: root/src/image
diff options
context:
space:
mode:
authorMichael Brown2009-02-16 04:53:25 +0100
committerMichael Brown2009-02-16 04:53:25 +0100
commit7bc4093e1a31ecdec9b11e392a114dd0925c9490 (patch)
tree7a9a14469b46520cb39e6f8852ab69eb91389571 /src/image
parent[build] Fix building on gcc 3 (diff)
downloadipxe-7bc4093e1a31ecdec9b11e392a114dd0925c9490.tar.gz
ipxe-7bc4093e1a31ecdec9b11e392a114dd0925c9490.tar.xz
ipxe-7bc4093e1a31ecdec9b11e392a114dd0925c9490.zip
[build] Cope with oddities in the Fedora 10 assembler
The version of the GNU assembler shipped with Fedora 10 (2.18.50.0.9-8.fc10) complains about character literals in some of our assembly code. Changing $'x' to $( 'x' ) seems to fix the problem. Yes, the whitespace is required; using just $('x') does not work. Reported by Kevin O'Connor <kevin@koconnor.net>.
Diffstat (limited to 'src/image')
0 files changed, 0 insertions, 0 deletions