diff options
Diffstat (limited to 'examples/system/tty')
| -rw-r--r-- | examples/system/tty/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/system/tty/makefile b/examples/system/tty/makefile index 5514916..43893d5 100644 --- a/examples/system/tty/makefile +++ b/examples/system/tty/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) |
