summaryrefslogtreecommitdiff
path: root/gcc/config/i386/x-aix
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/i386/x-aix')
-rwxr-xr-xgcc/config/i386/x-aix12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/config/i386/x-aix b/gcc/config/i386/x-aix
deleted file mode 100755
index b191e48..0000000
--- a/gcc/config/i386/x-aix
+++ /dev/null
@@ -1,12 +0,0 @@
-# There is an alloca in -lbsd, but it is limited to 32K
-ALLOCA = alloca.o
-
-# If you are running out of memory while compiling gcc, with the standard
-# /bin/cc uncomment MALLOCLIB line. That version of malloc is slower but
-# has less overhead than the one in libc.
-#MALLOCLIB = -lmalloc
-
-# Uncomment out the next line if you want to link with the shareable libc_s.
-#CLIB_S = -lc_s
-
-CLIB = -lld $(MALLOCLIB) $(CLIB_S)