diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-15 22:28:35 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-15 22:28:35 +0000 |
commit | 0fb34f9c129016b4a4790cccd03438e87230aa90 (patch) | |
tree | cdc9f7de18fc92e4db47a3a7862e13525f9a530a /llvm | |
parent | 0f6abe6b90f9632473833b450918f44fa8753369 (diff) | |
download | bcm5719-llvm-0fb34f9c129016b4a4790cccd03438e87230aa90.tar.gz bcm5719-llvm-0fb34f9c129016b4a4790cccd03438e87230aa90.zip |
Remove LLVMGCCDIR.
llvm-svn: 18971
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/include/llvm/Config/config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/include/llvm/Config/config.h.in b/llvm/include/llvm/Config/config.h.in index 0d0a0780495..bcb199374ed 100644 --- a/llvm/include/llvm/Config/config.h.in +++ b/llvm/include/llvm/Config/config.h.in @@ -320,9 +320,6 @@ /* Define to 1 if you have the <windows.h> header file. */ #undef HAVE_WINDOWS_H -/* Installation directory of llvm-gcc */ -#undef LLVMGCCDIR - /* Installation directory for binary executables */ #undef LLVM_BINDIR |