* mpw-mh-mpw (EXTRALIBS_PPC_XCOFF): New, was EXTRALIBS_PPC.
authorStan Shebs <shebs@codesourcery.com>
Tue, 1 Oct 1996 05:09:00 +0000 (05:09 +0000)
committerStan Shebs <shebs@codesourcery.com>
Tue, 1 Oct 1996 05:09:00 +0000 (05:09 +0000)
(EXTRALIBS_PPC): Use shared libraries instead of xcoff.

config/ChangeLog
config/mpw-mh-mpw

index ff43512bfcaf664d0ae126732ce1793b4cb46ad0..7e8fff11cd6f6155d759b13965a22b96e0b8370f 100644 (file)
@@ -1,3 +1,12 @@
+Mon Sep 30 15:10:07 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * mpw-mh-mpw (EXTRALIBS_PPC_XCOFF): New, was EXTRALIBS_PPC.
+       (EXTRALIBS_PPC): Use shared libraries instead of xcoff.
+
+Sat Aug 17 04:56:25 1996  Geoffrey Noer  <noer@skaro.cygnus.com>
+
+       * mh-cygwin32: don't -D_WIN32 here anymore
+
 Thu Aug 15 19:46:44 1996  Stan Shebs  <shebs@andros.cygnus.com>
 
        * mpw-mh-mpw (SEGFLAG_68K, SEGFLAG_PPC): Remove.
index d9cfc58143108ed7f71cd7b3046082dfb1fac767..543ef4fb2a125bae70170f09aef9732e8fcfb6ba 100644 (file)
@@ -111,7 +111,7 @@ EXTRALIBS_MWC68K = \Option-d
        "{Libraries}"ToolLibs.o \Option-d
        "{MW68KLibraries}MPW ANSI (4i) C.68K.Lib"
 
-EXTRALIBS_PPC = \Option-d
+EXTRALIBS_PPC_XCOFF = \Option-d
        "{PPCLibraries}"StdCRuntime.o \Option-d
        "{PPCLibraries}"InterfaceLib.xcoff \Option-d
        "{PPCLibraries}"MathLib.xcoff \Option-d
@@ -120,6 +120,15 @@ EXTRALIBS_PPC = \Option-d
        "{PPCLibraries}"PPCCRuntime.o \Option-d
        "{GCCPPCLibraries}"libgcc.xcoff
 
+EXTRALIBS_PPC = \Option-d
+       "{PPCLibraries}"StdCRuntime.o \Option-d
+       "{SharedLibraries}"InterfaceLib \Option-d
+       "{SharedLibraries}"MathLib \Option-d
+       "{SharedLibraries}"StdCLib \Option-d
+       "{PPCLibraries}"PPCToolLibs.o \Option-d
+       "{PPCLibraries}"PPCCRuntime.o \Option-d
+       "{GCCPPCLibraries}"libgcc.xcoff
+
 EXTRALIBS_MWCPPC = \Option-d
        "{MWPPCLibraries}"MWStdCRuntime.Lib \Option-d
        "{MWPPCLibraries}"InterfaceLib \Option-d
This page took 0.02607 seconds and 4 git commands to generate.