aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.2.1-5666.3/gcc/config/i386/darwin.opt
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.2.1-5666.3/gcc/config/i386/darwin.opt')
-rw-r--r--gcc-4.2.1-5666.3/gcc/config/i386/darwin.opt15
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc-4.2.1-5666.3/gcc/config/i386/darwin.opt b/gcc-4.2.1-5666.3/gcc/config/i386/darwin.opt
new file mode 100644
index 000000000..90854e1ca
--- /dev/null
+++ b/gcc-4.2.1-5666.3/gcc/config/i386/darwin.opt
@@ -0,0 +1,15 @@
+; APPLE LOCAL begin Macintosh alignment 2002-2-19 --ff
+malign-mac68k
+Target Report Mask(ALIGN_MAC68K) Var(darwin_alignment_flags)
+Align structs and unions according to mac68k rules
+
+malign-natural
+Target Report Mask(ALIGN_NATURAL) Var(darwin_alignment_flags)
+Align structs and unions according to natural rules
+
+; Maybe we don't need this.
+;malign-power
+;; I want this to clear MASK_ALIGN_MAC68K | MASK_ALIGN_NATURAL
+;Target Undocumented InverseMask(ALIGN_MAC68K)
+;Align structs and unions according to PowerPC rules
+; APPLE LOCAL end Macintosh alignment 2002-2-19 --ff