diff options
Diffstat (limited to 'examples/beginner/hello/makefile')
| -rw-r--r-- | examples/beginner/hello/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/beginner/hello/makefile b/examples/beginner/hello/makefile index f80d2aa..3fce1ae 100644 --- a/examples/beginner/hello/makefile +++ b/examples/beginner/hello/makefile @@ -32,7 +32,7 @@ AFLAGS = -g -msoft-float # Linker flags LDFLAGS = -g -Ttext=0x80010000 -gc-sections \ - -T $(GCC_BASE)/mipsel-unknown-elf/lib/ldscripts/elf32elmip.x + -T $(GCC_BASE)/$(PREFIX)/lib/ldscripts/elf32elmip.x all: $(OFILES) $(LD) $(LDFLAGS) $(LIBDIRS) $(OFILES) $(LIBS) -o $(TARGET) |
