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, 0 insertions, 15 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
deleted file mode 100644
index 90854e1ca..000000000
--- a/gcc-4.2.1-5666.3/gcc/config/i386/darwin.opt
+++ /dev/null
@@ -1,15 +0,0 @@
-; 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