diff --git a/tools/gccld/GenerateCode.cpp b/tools/gccld/GenerateCode.cpp index 1ed687ab2f0..552bfa9d796 100644 --- a/tools/gccld/GenerateCode.cpp +++ b/tools/gccld/GenerateCode.cpp @@ -186,14 +186,13 @@ GenerateNative(const std::string &OutputFilename, cmd.push_back(OutputFilename.c_str()); cmd.push_back(InputFilename.c_str()); - // JTC: // Adding the library paths creates a problem for native generation. If we // include the search paths from llvmgcc, then we'll be telling normal gcc // to look inside of llvmgcc's library directories for libraries. This is // bad because those libraries hold only bytecode files (not native object // files). In the end, we attempt to link the bytecode libgcc into a native // program. -#ifdef ndef +#if 0 // Add in the library path options. for (unsigned index=0; index < LibPaths.size(); index++) { cmd.push_back("-L");