Commit 5b5187b3 by Jim Wilson

(STARTFILE_SPEC): Define to null string.

From-SVN: r9782
parent c7ab88a6
...@@ -29,3 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -29,3 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* US Software GOFAST library support. */ /* US Software GOFAST library support. */
#include "gofast.h" #include "gofast.h"
#define INIT_TARGET_OPTABS INIT_GOFAST_OPTABS #define INIT_TARGET_OPTABS INIT_GOFAST_OPTABS
/* Don't assume anything about startfiles. The linker script will load the
appropriate startfiles. */
#define STARTFILE_SPEC ""
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment