* build-all.mk: Add mips-ncd-elf target to sun4 targets
authorBill Cox <bill@cygnus>
Fri, 11 Nov 1994 23:33:23 +0000 (23:33 +0000)
committerBill Cox <bill@cygnus>
Fri, 11 Nov 1994 23:33:23 +0000 (23:33 +0000)
  for special NCD build.

ChangeLog
build-all.mk

index bf9c54a5bf6ca211d338a941eb9a2689997eee58..b977c8dbd1d8889405ab8c2a73ec6fd294b6614b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
+
+       * build-all.mk: Add mips-ncd-elf target to sun4 targets
+         for special NCD build.
+
 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
 
        * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
@@ -11,6 +16,19 @@ Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
          hosts.  Add  BNR's sun4 target to solaris host, so their
          build-from-source will be tested in-house first.
 
+Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
+
+       * Makefile.in (LIBCFLAGS): New variable.
+       (CFLAGS_FOR_TARGET): Ditto.
+       (LIBCFLAGS_FOR_TARGET): Ditto.
+       (LIBCXXFLAGS): Ditto.
+       (CXXFLAGS_FOR_TARGET): Ditto.
+       (LIBCXXFLAGS_FOR_TARGET): Ditto.
+       (BASE_FLAGS_TO_PASS): Pass them.
+       (EXTRA_TARGET_FLAGS): Ditto.
+
+       * configure.in, config/m[th]-*pic: Support --enable-shared.
+
 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
 
        * configure.in (target_libs):  Include libstdc++ again.
index 1fcfb92ebca0903833ac2038028eace035070c22..25d258976f154b82d98957ac74e78c67528db11b 100644 (file)
@@ -133,8 +133,9 @@ TARGETS = $(NATIVE) \
        sparc-aout      sparc-lynx      sparc-vxworks   \
        sparclite-aout  sparclite-vxworks \
        sparclite-coff  z8k-coff \
-       OSE68000 OSE68k
-# The OSE68000 and OSE68k targets are for Ericsson only.
+       OSE68000 OSE68k mips-ncd-elf
+# The OSE68000 and OSE68k targets are for Ericsson only;
+# the mips-ncd-elf target is for NCD only.
 GCC = gcc -O2 -pipe
 all: all-cygnus
 endif