diff options
Diffstat (limited to 'gcc/config/i386/x-beos')
-rw-r--r-- | gcc/config/i386/x-beos | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config/i386/x-beos b/gcc/config/i386/x-beos index 426d0c0d9fc..e4fd4432d04 100644 --- a/gcc/config/i386/x-beos +++ b/gcc/config/i386/x-beos @@ -1,12 +1,5 @@ # configuration for BeOS INSTALL=install -c -# Show we need to use the C version of ALLOCA -ALLOCA=alloca.o -# Use it regardless of whether we are compiling with gcc or not. -USE_ALLOCA= `echo "${ALLOCA}"` -USE_HOST_ALLOCA= `echo ${HOST_PREFIX}${HOST_ALLOCA}` -SUBDIR_USE_ALLOCA = `if [ x$(ALLOCA) != x ]; then echo ../$(ALLOCA); else true; fi` - # Don't run fixproto STMP_FIXPROTO = |