make Runtime._syscall() protected so it can be overridden from outside the package
[nestedvm.git] / upstream / patches / binutils-nocompilein.patch
1 --- ld/genscripts.sh~   2004-05-20 20:51:07.000000000 -0400
2 +++ ld/genscripts.sh    2004-05-20 20:51:07.000000000 -0400
3 @@ -229,9 +229,5 @@
4    fi
5  fi
6  
7 -case " $EMULATION_LIBPATH " in
8 -    *" ${EMULATION_NAME} "*) COMPILE_IN=true;;
9 -esac
10 -
11  # Generate e${EMULATION_NAME}.c.
12  . ${srcdir}/emultempl/${TEMPLATE_NAME-generic}.em