1# The shell may not be in /bin. 2SHELL = sh 3 4# We also need to override LIBGCC2_DEBUG_CFLAGS so libgcc2 will be 5# built without debugging information 6 7LIBGCC2_DEBUG_CFLAGS= 8