initial-alpha-linux-support-20010315

top-level makefile mods for 64 bit system
This commit is contained in:
Michael Stroucken 2001-03-15 18:15:46 +00:00 committed by Derrick Brashear
parent a1fac47017
commit 27d7f4fd60

View File

@ -69,7 +69,7 @@ comerr: basics util
cmd: basics comerr
${COMPILE_PART1} cmd ${COMPILE_PART2}
@case ${SYS_NAME} in \
sgi_6* | sun4x_57 | sun4x_58 | hp_ux11* | sparc64_linux* ) \
sgi_6* | sun4x_57 | sun4x_58 | hp_ux11* | sparc64_linux* | alpha_linux* ) \
${COMPILE_PART1} cmd ${COMPILE_PART2} install64 ;; \
esac