aboutsummaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
1999-04-02configure (gxx_include_dir): Removed.H.J. Lu1-0/+30
* configure (gxx_include_dir): Removed. * configure.in (gxx_include_dir): Handle it. * Makefile.in: Likewise. * libio/configure.in (gxx_include_dir): Handle it. * libio/Makefile.in: Likewise. * libstdc++/configure.in (gxx_include_dir): Handle it. * libstdc++/Makefile.in: Likewise. From-SVN: r26126
1999-03-17mh-go32: Delete.Mark Elbrecht1-4/+1
* config/mh-go32: Delete. * config/mh-djgpp: New. Renamed from mh-go32. * configure.in (pc-msdosdjgpp): Set host_makefile_frag to config/mh-djgpp. From-SVN: r25834
1999-03-10configure.in: cleanup, add mh-*pic handling for arm, special case ↵Franz Sirl1-8/+14
powerpc*-*-aix* � * configure.in: cleanup, add mh-*pic handling for arm, special case powerpc*-*-aix* From-SVN: r25687
1999-02-09configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of the old name ↵Mumit Khan1-2/+2
config/mh-cygwin32. x * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of the old name config/mh-cygwin32. Enable texinfo. From-SVN: r25120
1999-02-02config.sub (oabi): Recognize.Catherine Moore1-0/+12
* config.sub (oabi): Recognize. * configure.in (arm-*-oabi): Handle. From-SVN: r24976
1999-01-30config.guess: Add support for i386-pc-interix.Mumit Khan1-1/+4
* config.guess: Add support for i386-pc-interix. * config.sub: Likewise. * configure.in: Likewise. * config/mh-interix: New file. From-SVN: r24913
1998-10-13* configure.in: Fix merge typo.Jeffrey A Law1-1/+1
From-SVN: r23059
1998-10-12Final changes from devo<->egcs merge.Jeff Law1-60/+88
Final changes from devo<->egcs merge. Ugh, a year of configury/Makefile hacking. From-SVN: r23012
1998-09-30config.sub: Add support for i[34567]86-pc-udk.Robert Lipe1-0/+3
* config.sub: Add support for i[34567]86-pc-udk. * configure.in: Likewise. From-SVN: r22701
1998-09-29Makefile.in (TARGET_CONFIGDIRS): Add libobjc.Jeffrey A Law1-1/+1
* Makefile.in (TARGET_CONFIGDIRS): Add libobjc. (ALL_TARGET_MODULES): Add all-target-libobjc. (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly. (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly. (all-target-libchill): Add dependencies. * configure.in (target_libs): Add libchill. From-SVN: r22658
1998-09-29configure.in (target_subdir): Remove duplicate line.Manfred Hollstein1-2/+1
� * configure.in (target_subdir): Remove duplicate line. From-SVN: r22656
1998-09-27configure.in: Minor cleanups for building in the $(target_alias) subdir.Jeffrey A Law1-7/+5
* configure.in: Minor cleanups for building in the $(target_alias) subdir. From-SVN: r22612
1998-09-19config.sub: Add support for C4x target.Michael Hayes1-0/+3
* config.sub: Add support for C4x target. * configure.in: Likewise. From-SVN: r22482
1998-09-05configure.in: Do not assume x86-svr4 or x86-unixware can handle stabs.John Hughes1-1/+1
8 * configure.in: Do not assume x86-svr4 or x86-unixware can handle stabs. From-SVN: r22264
1998-09-04Makefile.in (TARGET_CONFIGDIRS): Add libchill.Jeffrey A Law1-1/+1
* Makefile.in (TARGET_CONFIGDIRS): Add libchill. (ALL_TARGET_MODULES): Add all-target-libchill. (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly. (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly. (all-target-libchill): Add dependencies. * configure.in (target_libs): Add libchill. From-SVN: r22239
1998-08-29really commit configure.inDavid Edelsohn1-0/+3
From-SVN: r22087
1998-06-27configure.in (target_subdir): Set to ${target_alias} instead of "libraries".Jeffrey A Law1-1/+1
* configure.in (target_subdir): Set to ${target_alias} instead of "libraries". From-SVN: r20760
1998-04-28Fixup --enable-target-optspaceMichael Meissner1-1/+0
From-SVN: r19464
1998-04-22Add support for --enable-target-optspace to compile with -Os instead of -O2, ↵Michael Meissner1-0/+18
and default m32r to use it From-SVN: r19374
1998-03-25Add support for ARM's Thumb instruction set.Nick Clifton1-0/+3
From-SVN: r18822
1998-03-05* configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.Franz Sirl1-3/+0
From-SVN: r18423
1998-01-31Makefile.in (TARGET_CONFIGDIRS): Add libf2c.Richard Henderson1-1/+1
* Makefile.in (TARGET_CONFIGDIRS): Add libf2c. (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly (CLEAN_TARGET_MODULES): Similarly (all-target-libf2c): Add dependences. * configure.in (target_libs): Add libf2c. From-SVN: r17569
1998-01-21* configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.Richard Henderson1-3/+0
From-SVN: r17439
1998-01-17configure.in: Check makefile fragments in the source directory.H.J. Lu1-2/+2
* configure.in: Check makefile fragments in the source directory. From-SVN: r17385
1998-01-15configure.in: check whether host and target makefile fragments exist before ↵Alexandre Oliva1-2/+6
adding them to... * configure.in: check whether host and target makefile fragments exist before adding them to *_makefile_frag From-SVN: r17373
1998-01-03config.sub: Add mingw32 support.Mumit Khan1-2/+22
* config.sub: Add mingw32 support. * configure.in: Likewise. * config/mh-mingw32: New file. From-SVN: r17291
1998-01-03configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1Franz Sirl1-1/+7
/ * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1 From-SVN: r17287
1997-12-21It's alpha*-...Richard Henderson1-6/+6
From-SVN: r17179
1997-12-21configure.in (host_makefile_frag, [...]): Handle multiple config files.H.J. Lu1-61/+177
d * configure.in (host_makefile_frag, target_makefile_frag): Handle multiple config files. (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and alpha-*-*. From-SVN: r17170
1997-12-01Bring in changes from release branch (egcs_ss_971127).Jeffrey A Law1-1/+1
From-SVN: r16865
1997-09-16Uli's libio/libstdc++ patches.Ulrich Drepper1-0/+1
From-SVN: r15486
1997-09-11Patches from H.J. Lu for alpha-linux -fPIC --enable-shared problem.Jim Wilson1-0/+6
* Makefile.in (local-distclean): Also remove mh-frag mt-frag. * configure.in (skipdirs): Add target-librx for Linux. (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic. * mh-elfalphapic, mt-elfalphapic: New files. From-SVN: r15419
1997-09-05* configure.in (*-*-rtems*): Do not build libgloss for rtems.Joel Sherrill1-2/+4
From-SVN: r15125
1997-09-01Fix sunos4/rs6000/powerpc/etc build problems with multilibbed libraries.Jim Wilson1-6/+6
* configure.in (target_subdir): Set to libraries if enable_multilib. From-SVN: r15025
1997-08-21Initial revisionJason Merrill1-0/+874
From-SVN: r14877