mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-30 17:33:24 +00:00
Revert this, I didn't mean to commit it
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25382 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2059f884aa
commit
4df8665bf9
@ -394,15 +394,7 @@ int GCC::ExecuteProgram(const std::string &ProgramFile,
|
||||
sys::Path OutputBinary (ProgramFile+".gcc.exe");
|
||||
OutputBinary.makeUnique();
|
||||
GCCArgs.push_back(OutputBinary.c_str()); // Output to the right file...
|
||||
GCCArgs.push_back("-lz");
|
||||
GCCArgs.push_back("-lm"); // Hard-code the math library...
|
||||
GCCArgs.push_back("-x");
|
||||
GCCArgs.push_back("none");
|
||||
GCCArgs.push_back("/usr/local/lib/NAGWare/quickfit.o");
|
||||
GCCArgs.push_back("-Xlinker");
|
||||
GCCArgs.push_back("-flat_namespace");
|
||||
GCCArgs.push_back("/usr/local/lib/NAGWare/libf97.dylib");
|
||||
GCCArgs.push_back("/usr/local/lib/NAGWare/libf96.a");
|
||||
GCCArgs.push_back("-O2"); // Optimize the program a bit...
|
||||
#if defined (HAVE_LINK_R)
|
||||
GCCArgs.push_back("-Wl,-R."); // Search this dir for .so files
|
||||
|
@ -394,15 +394,7 @@ int GCC::ExecuteProgram(const std::string &ProgramFile,
|
||||
sys::Path OutputBinary (ProgramFile+".gcc.exe");
|
||||
OutputBinary.makeUnique();
|
||||
GCCArgs.push_back(OutputBinary.c_str()); // Output to the right file...
|
||||
GCCArgs.push_back("-lz");
|
||||
GCCArgs.push_back("-lm"); // Hard-code the math library...
|
||||
GCCArgs.push_back("-x");
|
||||
GCCArgs.push_back("none");
|
||||
GCCArgs.push_back("/usr/local/lib/NAGWare/quickfit.o");
|
||||
GCCArgs.push_back("-Xlinker");
|
||||
GCCArgs.push_back("-flat_namespace");
|
||||
GCCArgs.push_back("/usr/local/lib/NAGWare/libf97.dylib");
|
||||
GCCArgs.push_back("/usr/local/lib/NAGWare/libf96.a");
|
||||
GCCArgs.push_back("-O2"); // Optimize the program a bit...
|
||||
#if defined (HAVE_LINK_R)
|
||||
GCCArgs.push_back("-Wl,-R."); // Search this dir for .so files
|
||||
|
Loading…
Reference in New Issue
Block a user