aboutsummaryrefslogtreecommitdiff
path: root/gcc/genmultilib
AgeCommit message (Collapse)AuthorFilesLines
2000-03-06Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth argument to ↵Ben Collins1-15/+42
genmultilib. * Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth argument to genmultilib. * genmultilib: accept new MULTILIB_EXCLUSIONS option and output the contents into the multilib.h header. * gcc.c: Declare multilib_exclusions for the specs file. (set_multilib_dir): Use it. (print_multilib_info): Likewise. * t-linux64: Declare arguments for new MULTILIB_EXCLUSIONS option to pass to genmultilib. From-SVN: r32365
1999-12-09linux64.h (TARGET_DEFAULT): Make -mapp-regs default on linux64 again.Jakub Jelinek1-17/+39
* config/sparc/linux64.h (TARGET_DEFAULT): Make -mapp-regs default on linux64 again. * config/sparc/t-linux64: Add mno-app-regs and non-medlow code models for multilibing. * genmultilib: Accept | as alternative separator within a set in MULTILIB_OPTIONS. From-SVN: r30841
1998-04-03dummy commit before mergeJeff Law1-2/+2
From-SVN: r18980
1996-08-12Speed up genmultilib; Add MULTIB_EXTRA_OPTSMichael Meissner1-20/+31
From-SVN: r12623
1996-06-07Change output to be a sequence of short stringsJim Wilson1-18/+14
separated by commas rather than a single long macro definition. From-SVN: r12240
1995-11-30Add MULTILIB_EXCEPTiONSMichael Meissner1-0/+31
From-SVN: r10642
1995-10-20Output negations of unused alternatives, even if one of theRichard Kenner1-18/+11
alternatives is selected. From-SVN: r10489
1995-06-22Work around hpux8 /bin/sh case bug.Richard Kenner1-9/+5
From-SVN: r10031
1995-06-15Change FSF address.Richard Kenner1-1/+2
From-SVN: r9988
1995-05-10Add little endian PowerPC support.Michael Meissner1-5/+5
From-SVN: r9613
1994-06-15Initial revisionDoug Evans1-0/+241
From-SVN: r7489