From ee1456320273bf7761b81c4daa2c6acc3187d446 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 18 Jan 1992 07:42:17 +0000 Subject: [PATCH] Initial revision From-SVN: r213 --- gcc/config/i386/x-aix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 gcc/config/i386/x-aix diff --git a/gcc/config/i386/x-aix b/gcc/config/i386/x-aix new file mode 100644 index 00000000000..d7430cc126f --- /dev/null +++ b/gcc/config/i386/x-aix @@ -0,0 +1,5 @@ +# There is an alloca in -lbsd, but it is limited to 32K +ALLOCA = alloca.o + +# Is this right? +# INSTALL=cp -- 2.30.2