mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-21 18:30:20 +00:00
EMILE PPC is also compiled with m68k tools except clearly
identified files Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
2971c5775d
commit
f20c8f1194
@ -107,11 +107,11 @@ then
|
|||||||
cat <<!EOF
|
cat <<!EOF
|
||||||
else ifeq (\$(TARGET),ppc-linux)
|
else ifeq (\$(TARGET),ppc-linux)
|
||||||
|
|
||||||
override AS = \$(PPC_AS)
|
override AS = \$(M68K_AS)
|
||||||
override CC = \$(PPC_CC)
|
override CC = \$(M68K_CC)
|
||||||
override LD = \$(PPC_LD)
|
override LD = \$(M68K_LD)
|
||||||
override OBJCOPY = \$(PPC_OBJCOPY)
|
override OBJCOPY = \$(M68K_OBJCOPY)
|
||||||
override STRIP = \$(PPC_STRIP)
|
override STRIP = \$(M68K_STRIP)
|
||||||
|
|
||||||
!EOF
|
!EOF
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user