diff options
| author | John Criswell <criswell@uiuc.edu> | 2004-02-20 22:30:46 +0000 |
|---|---|---|
| committer | John Criswell <criswell@uiuc.edu> | 2004-02-20 22:30:46 +0000 |
| commit | 4a5b21523e0e708395c7a7ebac54b368dd89deeb (patch) | |
| tree | f8f42830ac07aa06eccea9eeb37cc94880acc247 /llvm | |
| parent | acbd6572fdb71863daebddbebc5d96e1ea20c023 (diff) | |
| download | bcm5719-llvm-4a5b21523e0e708395c7a7ebac54b368dd89deeb.tar.gz bcm5719-llvm-4a5b21523e0e708395c7a7ebac54b368dd89deeb.zip | |
Added the POVRAY_ROOT to locate Povray.
llvm-svn: 11681
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/Makefile.config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/Makefile.config.in b/llvm/Makefile.config.in index 73659cfb845..14ab73ac47f 100644 --- a/llvm/Makefile.config.in +++ b/llvm/Makefile.config.in @@ -95,6 +95,10 @@ BYTECODE_REPOSITORY := @BCR@ SPEC_ROOT := @SPEC_ROOT@ SPEC95_ROOT := @SPEC95_ROOT@ +# Path to the Povray source code. +@USE_POVRAY@ +POVRAY_ROOT := @POVRAY_ROOT@ + # Path to the PAPI code. This is used by the reoptimizer only. #PAPIDIR := /home/vadve/shared/papi-2.3.4.1 PAPIDIR := @PAPIDIR@ |

