MIPS cross-compile bit

Use 3 additional Makefile variables
This commit is contained in:
nhmall
2024-12-17 19:16:00 -05:00
parent 6e587fb282
commit f32e766728
2 changed files with 5 additions and 2 deletions

View File

@@ -439,6 +439,9 @@ override RECOVERBIN = $(TARGETPFX)recover
override PACKAGE = mipspkg
override PREGAME += mkdir -p $(TARGETDIR) ;
override CLEANMORE += rm -f -r $(TARGETDIR) ;
NCURSES_CONFIGURE_BUILD=i686-pc-linux-gnu
NCURSES_CONFIGURE_HOST=mipsel-linux-gnu
NCURSES_PLATFORM=MIPS
# Rule for file in sys/unix
#$(TARGETPFX)%.o : ../sys/unix/%.c
# $(TARGET_CC) $(TARGET_CFLAGS) -c -o$@ $<