elf2aout can be useful to have on all platforms
This commit is contained in:
parent
6639a24d01
commit
c345c0dae5
@ -40,6 +40,7 @@ SUBDIR= apply \
|
||||
dirname \
|
||||
du \
|
||||
ee \
|
||||
elf2aout \
|
||||
enigma \
|
||||
env \
|
||||
expand \
|
||||
@ -234,10 +235,6 @@ SUBDIR+=ar \
|
||||
SUBDIR+=uac
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "sparc64"
|
||||
SUBDIR+=elf2aout
|
||||
.endif
|
||||
|
||||
# Things which don't compile on new platforms yet:
|
||||
.if ${MACHINE_ARCH} != "sparc64" && ${MACHINE_ARCH} != "ia64"
|
||||
SUBDIR+=xlint
|
||||
|
Loading…
Reference in New Issue
Block a user