diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-09-02 11:30:47 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-09-02 11:30:47 -0700 |
commit | a2e79dd30ff85c61ca39f15da03614dc3df7b48b (patch) | |
tree | f205fee4b3352cb1d00e1598a0b30ab3fdd9b730 /settings.py | |
parent | ec9d3de1e8979607c98de5da5c89efa95472c633 (diff) |
remove (the deprecated) llvm-gcc
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/settings.py b/settings.py index c6d63341..fe9297f7 100644 --- a/settings.py +++ b/settings.py @@ -7,8 +7,6 @@ TEMP_DIR='/dev/shm' LLVM_ROOT=os.path.expanduser('~/Dev/llvm-2.9/cbuild/bin') -LLVM_GCC=os.path.expanduser('~/Dev/llvm-gcc-2.9/cbuild/install/bin/llvm-g++') - COMPILER_OPTS = ['-m32'] # Need to build as 32bit arch, for now - # various errors on 64bit compilation # WARNING: '-g' here will generate llvm bitcode that lli will crash on! |