diff options
Diffstat (limited to 'examples/beginner')
| -rw-r--r-- | examples/beginner/cppdemo/makefile | 2 | ||||
| -rw-r--r-- | examples/beginner/hello/makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/beginner/cppdemo/makefile b/examples/beginner/cppdemo/makefile index 6a29033..3e122ab 100644 --- a/examples/beginner/cppdemo/makefile +++ b/examples/beginner/cppdemo/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) 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) |
