Skip to content
Snippets Groups Projects
Commit fc3d3b70 authored by Johann Lombardi's avatar Johann Lombardi
Browse files

Branch b1_6

b=15033
i=adilger
i=johann

fix compile issue on Cray systems and an autoconf problem.
parent 3252c97a
No related branches found
No related tags found
No related merge requests found
......@@ -209,9 +209,9 @@ LB_LINUX_RELEASE
AC_DEFUN([LB_LINUX_MODPOST],
[
# Find the modpost utility
AC_CHECK_FILE([$LINUX_OBJ/scripts/mod/modpost],
LB_CHECK_FILE([$LINUX_OBJ/scripts/mod/modpost],
[MODPOST=$LINUX_OBJ/scripts/mod/modpost],
[AC_CHECK_FILE([$LINUX_OBJ/scripts/modpost],
[LB_CHECK_FILE([$LINUX_OBJ/scripts/modpost],
[MODPOST=$LINUX_OBJ/scripts/modpost],
AC_MSG_ERROR([modpost not found.])
)]
......
......@@ -299,7 +299,7 @@ case $basic_machine in
| avr-* \
| bs2000-* \
| c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
| clipper-* | cydra-* \
| clipper-* | craynv-* | cydra-* \
| d10v-* | d30v-* | dlx-* \
| elxsi-* \
| f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment