summaryrefslogtreecommitdiff
path: root/compiler/codeGen
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2012-08-08 06:44:00 +1000
committerSimon Marlow <marlowsd@gmail.com>2012-08-21 14:11:00 +0100
commit2f7c578574a9d5e9b4d95847abc3d1cb1b35336d (patch)
treec51c8cb18dc0ebd41424eeab8da3971a8fc007a9 /compiler/codeGen
parentd4ac7d8160b3533c7d0a2377b5442038f69486a8 (diff)
downloadhaskell-2f7c578574a9d5e9b4d95847abc3d1cb1b35336d.tar.gz
Reduce the likelihood of x64/x86-64 changes breaking the build on other arches (#7083).
Code that needs to differentiate between i386 and x86-64 should now be written as if x86-64 is the default and i386 is the special case. Eg: # if i386_TARGET_ARCH someFuncion = ..... # else someFuncion = ..... # endif
Diffstat (limited to 'compiler/codeGen')
0 files changed, 0 insertions, 0 deletions