mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-12 01:24:12 +08:00
* mpw-mh-mpw (SEGFLAG_68K, SEGFLAG_PPC): Remove.
(EXTRALIBS_PPC): Add libgcc.xcoff.
This commit is contained in:
@ -1,3 +1,17 @@
|
|||||||
|
Thu Aug 15 19:46:44 1996 Stan Shebs <shebs@andros.cygnus.com>
|
||||||
|
|
||||||
|
* mpw-mh-mpw (SEGFLAG_68K, SEGFLAG_PPC): Remove.
|
||||||
|
(EXTRALIBS_PPC): Add libgcc.xcoff.
|
||||||
|
|
||||||
|
Thu Aug 8 14:51:47 1996 Michael Meissner <meissner@tiktok.cygnus.com>
|
||||||
|
|
||||||
|
* mt-ppc: New file, add -mrelocatable-lib and -mno-eabi to all
|
||||||
|
target builds for PowerPC eabi targets.
|
||||||
|
|
||||||
|
Fri Jul 12 12:06:01 1996 Stan Shebs <shebs@andros.cygnus.com>
|
||||||
|
|
||||||
|
* mpw: New subdir, Mac MPW configuration support bits.
|
||||||
|
|
||||||
Mon Jul 8 17:30:52 1996 Jim Wilson <wilson@cygnus.com>
|
Mon Jul 8 17:30:52 1996 Jim Wilson <wilson@cygnus.com>
|
||||||
|
|
||||||
* mh-irix6: New file.
|
* mh-irix6: New file.
|
||||||
|
@ -32,6 +32,9 @@ CC_SMrC = SMrC -d MPW
|
|||||||
|
|
||||||
CC_MWCPPC = MWCPPC -d MPW -enum int -mpw_chars -sym on -w off
|
CC_MWCPPC = MWCPPC -d MPW -enum int -mpw_chars -sym on -w off
|
||||||
|
|
||||||
|
# Note that GCC does *not* wire in a definition of "pascal", so that
|
||||||
|
# it can be handled in another way if desired.
|
||||||
|
|
||||||
CC_68K_GCC = gC -Dpascal= -DANSI_PROTOTYPES -DMPW
|
CC_68K_GCC = gC -Dpascal= -DANSI_PROTOTYPES -DMPW
|
||||||
|
|
||||||
CC_PPC_GCC = gC -Dpowerc=1 -Dpascal= -DANSI_PROTOTYPES -DMPW
|
CC_PPC_GCC = gC -Dpowerc=1 -Dpascal= -DANSI_PROTOTYPES -DMPW
|
||||||
@ -40,12 +43,6 @@ CC_PPC_GCC = gC -Dpowerc=1 -Dpascal= -DANSI_PROTOTYPES -DMPW
|
|||||||
|
|
||||||
CFLAGS =
|
CFLAGS =
|
||||||
|
|
||||||
# These two definitions must *not* have any trailing blanks.
|
|
||||||
|
|
||||||
SEGFLAG_68K = -s
|
|
||||||
|
|
||||||
SEGFLAG_PPC = -d dumdum_
|
|
||||||
|
|
||||||
# Tool to use for making libraries/archives.
|
# Tool to use for making libraries/archives.
|
||||||
|
|
||||||
AR_LIB = Lib
|
AR_LIB = Lib
|
||||||
@ -120,7 +117,8 @@ EXTRALIBS_PPC = \Option-d
|
|||||||
"{PPCLibraries}"MathLib.xcoff \Option-d
|
"{PPCLibraries}"MathLib.xcoff \Option-d
|
||||||
"{PPCLibraries}"StdCLib.xcoff \Option-d
|
"{PPCLibraries}"StdCLib.xcoff \Option-d
|
||||||
"{PPCLibraries}"PPCToolLibs.o \Option-d
|
"{PPCLibraries}"PPCToolLibs.o \Option-d
|
||||||
"{PPCLibraries}"PPCCRuntime.o
|
"{PPCLibraries}"PPCCRuntime.o \Option-d
|
||||||
|
"{GCCPPCLibraries}"libgcc.xcoff
|
||||||
|
|
||||||
EXTRALIBS_MWCPPC = \Option-d
|
EXTRALIBS_MWCPPC = \Option-d
|
||||||
"{MWPPCLibraries}"MWStdCRuntime.Lib \Option-d
|
"{MWPPCLibraries}"MWStdCRuntime.Lib \Option-d
|
||||||
|
Reference in New Issue
Block a user