aboutsummaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2000-11-25Add xscale-elf and xscale-coff targets.Nick Clifton1-0/+12
Add xscale-elf and xscale-coff targets. (Only supported in binutils at the moment). From-SVN: r37725
2000-11-22configure.in (enable_libstdcxx_v3): Fix typo, libstd++ -> libstdc++.Fred Fish1-1/+1
2000-11-16 Fred Fish <fnf@be.com> * configure.in (enable_libstdcxx_v3): Fix typo, libstd++ -> libstdc++. From-SVN: r37655
2000-11-18Adjust copyright years, based on other copies of the fileAlexandre Oliva1-1/+2
From-SVN: r37547
2000-09-13configure.in: Do not build byacc for hppa64.Jeffrey A Law1-0/+11
* configure.in: Do not build byacc for hppa64. Provide paths to the X11 libraries for hppa64. From-SVN: r36389
2000-09-03Configure changes required for zlib.Anthony Green1-1/+1
From-SVN: r36122
2000-09-02configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian crosses...Alexandre Oliva1-4/+20
* configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian crosses, but add gcc/include to the header search path for them. From-SVN: r36113
2000-08-25configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and $targargs to ↵Alexandre Oliva1-0/+8
tell whether newlib is going to be built. * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and $targargs to tell whether newlib is going to be built. From-SVN: r35969
2000-08-25configure.in [...] (libstdcxx_flags): Search $$r/TARGET_SUBDIR/libio for ↵Alexandre Oliva1-1/+1
_G_config.h. * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search $$r/TARGET_SUBDIR/libio for _G_config.h. From-SVN: r35968
2000-08-16configure.in (libstdcxx_flags): Use libstdc++-v3/src/libstdc++.INC.Alexandre Oliva1-1/+1
* configure.in (libstdcxx_flags): Use libstdc++-v3/src/libstdc++.INC. From-SVN: r35750
2000-08-15* configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.Alexandre Oliva1-1/+1
From-SVN: r35702
2000-08-15* configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.Zack Weinberg1-1/+1
From-SVN: r35692
2000-08-14top level:Zack Weinberg1-2/+2
* configure: Make enable_threads and enable_shared defaults explicit. Substitute enable_threads into generated Makefiles. * configure.in: Accept *-*-linux* not just *-*-linux-gnu*. * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*. gcc: * configure.in: Accept *-*-linux* not just *-*-linux-gnu*. * fixinc/inclhack.def: Likewise. * fixinc/mkfixinc.sh: Likewise. * configure: Regenerate. * fixinc/fixincl.x: Regenerate. * install.texi: Document equivalence of linux and linux-gnu. libio: * configure.in: Accept *-*-linux* not just *-*-linux-gnu*. Honor --disable-threads. libstdc++: * configure.in: Accept *-*-linux* not just *-*-linux-gnu*. Honor --disable-threads. libstdc++-v3: * configure: Regenerate after change to ../libtool.m4. libobjc: * configure: Regenerate after change to ../libtool.m4. From-SVN: r35680
2000-08-11configure.in (CC_FOR_TARGET, [...]): Add -B$$r/gcc/ here.Jason Merrill1-30/+5
* configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET): Add -B$$r/gcc/ here. (FLAGS_FOR_TARGET): Not here. (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages. From-SVN: r35651
2000-08-11configure.in (CHILL_FOR_TARGET, [...]): Use slightly more portable shell ↵Geoff Keating1-2/+14
script to convert blanks to commas in $LANGUAGES. * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Use slightly more portable shell script to convert blanks to commas in $LANGUAGES. From-SVN: r35645
2000-08-07configure.in (FLAGS_FOR_TARGET): invert test for xgcc...DJ Delorie1-1/+1
* configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean "if we're also building gcc, and it's a gcc that will run on the build machine, we want to use its includes instead of the system's default includes". From-SVN: r35553
2000-08-03* configure.in (libstdcxx_flags): Don't use `"'.Alexandre Oliva1-1/+1
From-SVN: r35465
2000-08-03configure.in (CHILL_FOR_TARGET, [...]): Convert blanks to commas in $LANGUAGES.Alexandre Oliva1-3/+3
* configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to commas in $LANGUAGES. From-SVN: r35440
2000-08-02configure.in: Re-enable all references to libg++ and librx.Manfred Hollstein1-8/+20
2000-08-02 Manfred Hollstein <manfredh@redhat.com> * configure.in: Re-enable all references to libg++ and librx. From-SVN: r35429
2000-08-01* configure.in (qCXX_FOR_TARGET): Use echo instead of expr.Alexandre Oliva1-1/+1
From-SVN: r35402
2000-07-31configure.in (qCXX_FOR_TARGET): Quote `&' characters in CXX_FOR_TARGET for sed.Alexandre Oliva1-1/+2
* configure.in (qCXX_FOR_TARGET): Quote `&' characters in CXX_FOR_TARGET for sed. From-SVN: r35390
2000-07-30configure.in (CC_FOR_TARGET, [...]): Do not override if already set in the ↵Alexandre Oliva1-9/+40
environment or in configure. * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET): Do not override if already set in the environment or in configure. Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them. (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses. From-SVN: r35332
2000-07-28Makefile.in (FLAGS_FOR_TARGET): New macro.Alexandre Oliva1-1/+73
* Makefile.in (FLAGS_FOR_TARGET): New macro. (GCC_FOR_TARGET): Use it. (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined... * configure.in: ... here. (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path. (libstdcxx_flags): Define and append to CXX_FOR_TARGET. From-SVN: r35306
2000-07-24configure.in: Use the same cache file for all target libs.Alexandre Oliva1-1/+1
* configure.in: Use the same cache file for all target libs. * config-ml.in: But different cache files per multilib variant. From-SVN: r35219
2000-07-22merge with /cvs/srcJason Merrill1-66/+104
From-SVN: r35188
2000-07-21configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.Andrew Haley1-0/+6
2000-07-12 Andrew Haley <aph@cygnus.com> * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts. (target_makefile_frag): Use mt-ia64pic on IA-64 targets. From-SVN: r35174
2000-05-18* configure.in (hppa*64*-*-*): Do build ld for this configuration.Jeffrey A Law1-1/+3
From-SVN: r33987
2000-05-16configure.in, [...]: Merge all libffi-related configury stuff from the ↵Alexandre Oliva1-40/+44
libgcj tree. * configure.in, Makefile.in: Merge all libffi-related configury stuff from the libgcj tree. From-SVN: r33926
2000-05-15* configure.in: Special case powerpc*-*-aix* target_makefile_frag.David Edelsohn1-0/+3
From-SVN: r33917
2000-04-06configure.in (enable_libstdcxx_v3): Add.Benjamin Kosnik1-11/+17
2000-04-05 Benjamin Kosnik <bkoz@cygnus.com> Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de> * configure.in (enable_libstdcxx_v3): Add. (target_libs): Add bits here to switch between libstdc++-v2 and libstdc++-v3. * config.if: And this file too. * Makefile.in: Add libstdc++-v3 targets. Co-Authored-By: Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de> From-SVN: r32963
2000-03-29* configure.in: -linux-gnu*, not -linux-gnu.Jason Merrill1-1/+1
From-SVN: r32823
2000-02-23Add support for sh-pe and arm-wince-pe targets.Nick Clifton1-0/+18
From-SVN: r32109
2000-01-13* configure.in: Fix typo in last change.Mark Mitchell1-1/+1
From-SVN: r31372
2000-01-12* configure.in: Don't build some bits for beos.Richard Henderson1-0/+12
From-SVN: r31368
2000-01-10configure.in: Use mt-aix43 to handle *_TARGET defs, not mh-aix43.Geoff Keating1-4/+4
* configure.in: Use mt-aix43 to handle *_TARGET defs, not mh-aix43. * config/mh-aix43: Delete, move to mt-aix43. * config/mt-aix43: New file. From-SVN: r31303
1999-10-03* configure.in (fr30): Fix typo.Jeffrey A Law1-1/+1
From-SVN: r29789
1999-09-21Add FR30 target.Nick Clifton1-1/+6
From-SVN: r29548
1999-09-07config.guess: Add OS/390 match pattern.Linas Vepstas1-0/+3
* config.guess: Add OS/390 match pattern. * config.sub: Add mvs, openedition targets. * configure.in (i370-ibm-opened*): New. From-SVN: r29190
1999-08-25Do not configure or build ld for AIX native systems.Nick Clifton1-4/+10
From-SVN: r28854
1999-06-22configure.in (target_libs): Added target-zlib.Tom Tromey1-1/+5
d * configure.in (target_libs): Added target-zlib. * Makefile.in (ALL_TARGET_MODULES): Added zlib. (CONFIGURE_TARGET_MODULES): Likewise. (CHECK_TARGET_MODULES): Likewise. (INSTALL_TARGET_MODULES): Likewise. (CLEAN_TARGET_MODULES): Likewise. (configure-target-zlib): New target. (all-target-zlib): Likewise. (all-target-libjava): Depend on all-target-zlib. (configure-target-libjava): Depend on configure-target-zlib. * Makefile.in (configure-target-libjava): Depend on configure-target-newlib. (configure-target-boehm-gc): New target. (configure-target-qthreads): New target. * configure.in (host_tools): Added zip. * Makefile.in (all-target-libjava): Depend on all-zip. (all-zip): New target. (ALL_MODULES): Added all-zip. (NATIVE_CHECK_MODULES): Added check-zip. (INSTALL_MODULES): Added install-zip. (CLEAN_MODULES): Added clean-zip. * configure.in (target_libs): Added target-qthreads. * Makefile.in (ALL_TARGET_MODULES): Added qthreads. (CONFIGURE_TARGET_MODULES): Likewise. (CHECK_TARGET_MODULES): Likewise. (INSTALL_TARGET_MODULES): Likewise. (CLEAN_TARGET_MODULES): Likewise. (all-target-qthreads): New target. (configure-target-libjava): Depend on configure-target-qthreads. (all-target-libjava): Depend on all-target-qthreads. * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc. (CONFIGURE_TARGET_MODULES): Likewise. (CHECK_TARGET_MODULES): Likewise. (INSTALL_TARGET_MODULES): Likewise. (CLEAN_TARGET_MODULES): Likewise. (all-target-libjava): New target. (all-target-boehm-gc): Likewise. * configure.in (target_libs): Added libjava, boehm-gc. From-SVN: r27709
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