Add sun4v to the TARGET_ARCH when just TARGET is set (like pc98 is done).
This is required for 'make universe'.
This commit is contained in:
parent
0650419968
commit
40f6dbb3aa
@ -98,7 +98,7 @@ OSRELDATE= 0
|
||||
|
||||
# Guess machine architecture from machine type, and vice versa.
|
||||
.if !defined(TARGET_ARCH) && defined(TARGET)
|
||||
TARGET_ARCH= ${TARGET:S/pc98/i386/}
|
||||
TARGET_ARCH= ${TARGET:S/pc98/i386/:S/sun4v/sparc64/}
|
||||
.elif !defined(TARGET) && defined(TARGET_ARCH) && \
|
||||
${TARGET_ARCH} != ${MACHINE_ARCH}
|
||||
TARGET= ${TARGET_ARCH}
|
||||
|
Loading…
x
Reference in New Issue
Block a user