summaryrefslogtreecommitdiff
path: root/compiler/codeGen/CgExtCode.hs
diff options
context:
space:
mode:
authorgwright@antiope.com <unknown>2010-12-21 13:32:33 +0000
committergwright@antiope.com <unknown>2010-12-21 13:32:33 +0000
commit834a2186da7f4ea29d4984a5f809183cb299754a (patch)
treee608ac3766d7bed81d9f8b27d9acd2c300121d21 /compiler/codeGen/CgExtCode.hs
parentbbb8a7e72110fad6d6dc27a80dc245f3ff7dd4f5 (diff)
downloadhaskell-834a2186da7f4ea29d4984a5f809183cb299754a.tar.gz
Fix #4829 (build does not respect --with-gcc option)
This patch fixes what seems to be the last problem with the --with-gcc option. On OS X, we need to pass the path to gcc to dtrace as the preprocessor. (Internally, dtrace on OS X sets the default preprocessor to /usr/bin/gcc.) ATM, dtrace is only supported on OS X, so we don't need any conditionalization. If dtrace is ported to other platforms, we might need to change this. However, usage on other platforms will probably be similar to OS X, since many of Apple's changes are to use the gnu toolchain instead of the Sun toolchain.
Diffstat (limited to 'compiler/codeGen/CgExtCode.hs')
0 files changed, 0 insertions, 0 deletions