update copyrights in config dir.
[official-gcc.git] / gcc / config / rs6000 / x-beos
blob37b8ccac9cfee8d7c460dc955afaba4e9cd6d281
1 # configuration for BeOS
2 INSTALL=install -c
4 # Show we need to use the C version of ALLOCA
5 ALLOCA=alloca.o
6 # Use it regardless of whether we are compiling with gcc or not.
7 USE_ALLOCA= `echo "${ALLOCA}"`
8 USE_HOST_ALLOCA= `echo ${HOST_PREFIX}${HOST_ALLOCA}`
9 SUBDIR_USE_ALLOCA = `if [ x$(ALLOCA) != x ]; then echo ../$(ALLOCA); else true; fi`