* configure.in (ppc-*-macos*, ppc-*-mpw*): New configurations.
* configure: Update. * mpw-make.sed: Reorder commands to make sed happier. * config/te-macos.h: New file. * config/tc-ppc.h (TARGET_FORMAT): Set correctly for PowerMac.
This commit is contained in:
parent
13a0f5955f
commit
51bc513e4e
3 changed files with 26 additions and 5 deletions
11
gas/config/te-macos.h
Normal file
11
gas/config/te-macos.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
/* This file is te-macos.h. */
|
||||
|
||||
#define TE_POWERMAC 1
|
||||
|
||||
/* Added these, because if we don't know what we're targetting we may
|
||||
need an assembler version of libgcc, and that will use local
|
||||
labels. */
|
||||
#define LOCAL_LABELS_DOLLAR 1
|
||||
#define LOCAL_LABELS_FB 1
|
||||
|
||||
#include "obj-format.h"
|
Loading…
Add table
Add a link
Reference in a new issue