OSDN Git Service

* config/rs6000/aix.h (LINK_LIBGCC_SPECIAL_1): New.
[pf3gnuchains/gcc-fork.git] / gcc / config / rs6000 / x-beos
1 # configuration for BeOS
2 INSTALL=install -c
3
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`