--- gcc/config/pa/xm-pahpux.h 2018/04/24 18:10:27 1.1.1.1 +++ gcc/config/pa/xm-pahpux.h 2018/04/24 18:31:20 1.1.1.3 @@ -1,5 +1,5 @@ /* Configuration for GNU C-compiler for PA-RISC. - Copyright (C) 1988 Free Software Foundation, Inc. + Copyright (C) 1988, 1995 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com). This file is part of GNU CC. @@ -16,7 +16,8 @@ GNU General Public License for more deta You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* HP-UX is a flavor of System V */ @@ -61,3 +62,7 @@ the Free Software Foundation, 675 Mass A /* HP's compiler has problems with enum bitfields. */ #define ONLY_INT_FIELDS + +/* Always claim to use C alloca; this prevents losing if building with + gcc -fno-builtin ... " */ +#define USE_C_ALLOCA