Ian Lance Taylor
a6d5af315d
* configure.in: Stop putting binutils in noconfigdirs for
...
powerpc-*-aix* and rs6000-*-*.
1995-10-09 21:23:34 +00:00
Michael Meissner
adbc2f5521
Add support for building -mcall-aixdesc libraries.
1995-10-09 16:40:32 +00:00
Michael Meissner
e2eb48d6b3
do not build aixdesc libs.
1995-10-07 02:52:25 +00:00
Ken Raeburn
69ee9125f8
Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
...
* config.sub (arm | armel | armeb): Fix shell syntax.
1995-10-06 20:38:53 +00:00
Michael Meissner
ea2785a34a
Add AIX multilib support; Add -mcall-aix/-mcall-aixdesc multilibs to powerpc*-*-eabisim.
1995-10-06 18:42:50 +00:00
Brendan Kehoe
f4791d95f1
* configure.in: Allow configuration and build of emacs19 for the alpha.
1995-10-05 20:27:24 +00:00
Jason Molenda
c67de58444
* configure.in (CC): Get ^CC, not just any old CC, from
...
${host_makefile_frag}.
1995-10-05 05:39:40 +00:00
Jason Molenda
4caf3f7d0e
* configure.in (CC): Try to get CC from
...
${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
1995-10-05 05:03:55 +00:00
Jason Molenda
abf85a722c
* Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
...
only if it exists in $(srcdir).
1995-10-05 04:45:32 +00:00
Ian Lance Taylor
ca2ce3b317
* configure: If CC and CXX are not set in the environment, set
...
them, based on either an existing Makefile or on searching for gcc
in PATH. Substitute for CC and CXX in Makefile.
* configure.in: Remove libm from target_libs. Separate
target_configdirs from configdirs. If CC is not set in
environment, try to get it from a host Makefile fragment. Rewrite
changes of configdirs to use skipdirs instead. A few minor
tweaks. Take directories out of target_configdirs as they are
taken out of configdirs. Remove existing Makefile files from
subdirectories. Substitute for TARGET_CONFIGDIRS and
CONFIG_ARGUMENTS in Makefile.
* Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
by configure.in.
(CONFIG_ARGUMENTS): Likewise.
(CONFIGURE_TARGET_MODULES): New variable.
($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
($(CONFIGURE_TARGET_MODULES)): New target.
(configure-libg++, configure-libio): New targets.
(all-libg++): Depend upon configure-libg++.
(all-libio): Depend upon configure-libio.
(configure-libgloss, all-libgloss): New targets.
(configure-libstdc++): New target.
(all-libstdc++): Depend upon configure-libstdc++.
(configure-librx, all-librx): New targets.
(configure-newlib): New target.
(all-newlib): Depend upon configure-newlib
(configure-xiberty): New target.
(all-xiberty): Depend upon configure-xiberty.
1995-10-04 16:22:37 +00:00
Stan Shebs
98fec350e9
* mpw-configure: Fix sed command file name.
1995-09-29 04:21:00 +00:00
Steve Chamberlain
9e6dfd9676
* configure.in (host i[345]86-*-win32): Reduce the
...
noconfigdirs again.
1995-09-29 00:41:15 +00:00
Ian Lance Taylor
1293a6fc03
check powerpc-*-pe* as well as powerpc-*-winnt*
1995-09-27 17:39:16 +00:00
Ian Lance Taylor
81d08d0c53
* configure.in: Don't configure ld and gdb for powerpc*-*-winnt*,
...
since they are not yet supported.
1995-09-27 16:24:58 +00:00
Stan Shebs
a2e7268980
Add PowerMac support and many other enhancements.
...
* mpw-configure: New option --cc to select compiler to use,
paste options set according to --cc into the generated
Makefile, generate the Makefile by sed'ing the Unix Makefile.in
if mpw-make.sed is present.
* mpw-config.in: Don't test for gC1, test for mpw-touch,
add forward includes for PowerPC include files.
* mpw-build.in: Build using Makefile.PPC if present.
(do-byacc, etc): Remove separate version resource builds.
(do-gas): Build "stamps" before "all".
(do-gcc): Build "stamps-h" and "stamps-c" before "all".
* mpw-README: Update to reflect --cc option, PowerMac support,
and recently-reported compatibility problems.
1995-09-26 21:51:30 +00:00
David Edelsohn
d9677195b1
* cfg-ml-com.in (m68*-*-*): Only build multilibs for
...
embedded m68k systems (-aout, -coff, -elf, -vxworks).
(--with-multilib-top): Pass to recursive invocations.
1995-09-22 19:21:08 +00:00
J.T. Conklin
f74b6b5f53
* configure.in (noconfigdirs): Disable libg++ and libstdc++ on
...
v810-*-*.
1995-09-19 20:52:44 +00:00
J.T. Conklin
486e0f0ac5
* configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
...
gdb, ld and opcodes on v810-*-*.
1995-09-19 06:11:12 +00:00
release
952306d1b0
* config/mh-ncrsvr43: Removed AR_FLAGS
1995-09-17 01:33:20 +00:00
Ian Lance Taylor
56a39ce95c
* Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
...
(local-maintainer-clean): New target.
(maintainer-clean): New target.
(realclean): Just depend upon maintainer-clean.
1995-09-12 22:05:08 +00:00
J.T. Conklin
d55a826735
* configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
1995-09-09 00:15:47 +00:00
Ian Lance Taylor
ffb8885bb0
* configure.in: Build ld in mips*-*-bsd* case.
1995-09-08 20:47:20 +00:00
Ken Raeburn
ebf6d5e63d
* config.sub: Accept -lites* OS. From Ian Dall.
1995-09-08 00:10:02 +00:00
Jackie Smith Cashion
6d333529f4
Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
...
* config.sub: recognise mips64vr4300 and mips64vr4300el as valid
targets.
1995-09-01 15:08:48 +00:00
Jason Molenda
c928c81fb7
* configure.in: treat i386-win32 canadian cross the same as
...
i386-go32 canadian cross.
1995-08-31 04:08:15 +00:00
Michael Meissner
c2838adcd4
Add support for -disable switches in PowerPC multilibs
1995-08-23 15:54:13 +00:00
Ken Raeburn
80152a2019
* configure: Add Makefile.tem to list of files to remove in trap handler.
1995-08-17 20:04:38 +00:00
Per Bothner
74a86d1f95
* config.guess: Merge with FSF:
...
Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
* config.guess (AIX4): More robust release numbering discovery.
Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov )
* config.guess (i386-sequent-ptx): Properly get version number.
Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de )
* config.guess (mips:*:4*:UMIPS): New case.
1995-08-11 22:40:18 +00:00
Fred Fish
560ac5deb3
* Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
...
SUPPORT_FILES to submakes.
1995-08-06 19:18:27 +00:00
Fred Fish
81597186be
* Makefile.in (GDB_SUPPORT_DIRS): Add utils.
...
(DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
mpw-configure.
1995-08-05 01:04:06 +00:00
David Edelsohn
e9a9d059c4
* cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
1995-07-27 21:36:29 +00:00
Fred Fish
8e2c205b9b
* config.guess (*:Linux:*:*): First try asking the linker what the
...
default object file format is (elf, aout, or coff). Then if this
fails, try previous methods.
1995-07-27 20:50:10 +00:00
J.T. Conklin
dca68f1e4c
* configure.in: Don't build newlib for *-*-vxworks5.1.
1995-07-27 18:31:12 +00:00
Brendan Kehoe
849367a2cc
* configure.in: Don't build newlib for a29k-*-vxworks5.1.
...
* test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
1995-07-27 18:22:20 +00:00
David Edelsohn
9eb59e0bdf
* config-com.multi: New file.
...
* config-pos.multi: New file.
1995-07-21 17:42:32 +00:00
Steve Chamberlain
8ab7ddc813
* configure.in: Add i386-pe configuration.
1995-06-29 06:58:11 +00:00
Stan Shebs
9e000b3515
* mpw-config.in (elf/mips.h): Always forward-include, needed
...
for GDB to build.
1995-06-23 01:52:24 +00:00
Rob Savoye
6d5cfab0ab
* testsuite: New directory for customer acceptance and whole tool
...
chain tests.
* configure: Set build_{cpu,vendor,os,alias} to host values when
--build isn't specified
1995-06-21 21:25:10 +00:00
Ken Raeburn
6109825c73
Handle autoconfiscated directories by running the correct configure script.
1995-06-21 20:57:03 +00:00
Ken Raeburn
ff15324f63
Bunch of changes from Richard Earnshaw for generic bi-endian ARM aout targets.
...
Details in change logs.
1995-05-18 22:21:18 +00:00
Michael Meissner
b4ecce2f53
Add support for little endian PowerPC; add P5, P6, Nexgen, K5 aliases for pentium
1995-05-09 20:54:05 +00:00
Michael Meissner
26fc834093
Support Linux systems that do not have the BFD linker installed.
1995-04-27 18:40:32 +00:00
Jeff Law
094a7e4392
* config.guess: Add hppa1.1-hp-lites support.
1995-04-26 16:59:33 +00:00
Rob Savoye
0672310078
Don't build newlib for m68k-vxworks5.1.
1995-04-25 18:10:53 +00:00
Jason Merrill
eddd19426e
Mon Apr 24 16:23:41 1995 Michael Meissner <meissner@tiktok.cygnus.com>
...
* config.guess (*:Linux:*:*): Determine whether the default
compiler is ELF or a.out.
1995-04-25 01:18:25 +00:00
David Edelsohn
99dff294dc
* configure.in: Recognize --with-newlib.
...
(sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
(arc-*-*): Build g++ stuff now.
1995-04-12 01:59:39 +00:00
Jason Molenda
67bbb4058c
* Makefile.in: move {all,check,install}-gdb from *_MODULES
...
to *_X11_MODULES due to gdbtk needing X include files et al.
1995-04-10 21:39:32 +00:00
Stan Shebs
8993849cb4
Merge MPW ChangeLog into generic ChangeLog
1995-04-10 19:44:46 +00:00
Jim Kingdon
6d3055cb47
* configure.in (host_libs): Remove glob, since it is gone from the
...
sources.
1995-04-08 02:36:15 +00:00
Ian Lance Taylor
c2a4f18cef
* config.sub: Remove linux special cases.
1995-03-30 19:19:25 +00:00