summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/x-beos
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/rs6000/x-beos')
-rwxr-xr-xgcc/config/rs6000/x-beos9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/config/rs6000/x-beos b/gcc/config/rs6000/x-beos
deleted file mode 100755
index 37b8cca..0000000
--- a/gcc/config/rs6000/x-beos
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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`