diff options
| author | Scott McNutt <[email protected]> | 2009-11-23 15:54:25 -0500 |
|---|---|---|
| committer | Scott McNutt <[email protected]> | 2009-11-23 15:54:25 -0500 |
| commit | 57baa379cf2f67df89a5c6052767fd25daff20bd (patch) | |
| tree | b8199c8bad45a9462065dafd7bdb59a6a42536dd /lib_nios2 | |
| parent | fcffb680e77fcb48598d4a9944dbe2d4503170e0 (diff) | |
Nios2/Nios: Remove unnecessary (residual) linker Nios command scripts from
the standalone examples.
Signed-off-by: Scott McNutt <[email protected]>
Diffstat (limited to 'lib_nios2')
| -rw-r--r-- | lib_nios2/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_nios2/config.mk b/lib_nios2/config.mk index 34ee6977d93..be406392803 100644 --- a/lib_nios2/config.mk +++ b/lib_nios2/config.mk @@ -24,7 +24,7 @@ CROSS_COMPILE ?= nios2-elf- -STANDALONE_LOAD_ADDR = 0x02000000 -L $(gcclibdir) -T nios2.lds +STANDALONE_LOAD_ADDR = 0x02000000 -L $(gcclibdir) PLATFORM_CPPFLAGS += -DCONFIG_NIOS2 -D__NIOS2__ PLATFORM_CPPFLAGS += -ffixed-r15 -G0 |
