diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2012-07-14 13:50:59 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2012-07-14 13:50:59 +0000 |
commit | 659140c86ee91eb8720389b315679046f9a515e3 (patch) | |
tree | 6374101c89422c2793d7f72cac89988f569cf5d4 /libgcc/config/t-darwin | |
parent | 3f245efcffff783df7b103f2a18fd71efc85c02b (diff) | |
download | gcc-659140c86ee91eb8720389b315679046f9a515e3.zip gcc-659140c86ee91eb8720389b315679046f9a515e3.tar.gz gcc-659140c86ee91eb8720389b315679046f9a515e3.tar.bz2 |
* config/t-darwin (crt3.0): Remove work-around for fixed PR26840.
From-SVN: r189479
Diffstat (limited to 'libgcc/config/t-darwin')
-rw-r--r-- | libgcc/config/t-darwin | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libgcc/config/t-darwin b/libgcc/config/t-darwin index 3365f01..a69169f 100644 --- a/libgcc/config/t-darwin +++ b/libgcc/config/t-darwin @@ -1,7 +1,5 @@ -# Pass -fno-tree-dominator-opts to work around bug 26840. crt3.o: $(srcdir)/config/darwin-crt3.c - $(crt_compile) \ - -fno-tree-dominator-opts $(DARWIN_EXTRA_CRT_BUILD_CFLAGS) -c $< + $(crt_compile) $(DARWIN_EXTRA_CRT_BUILD_CFLAGS) -c $< crttms.o: $(srcdir)/config/darwin-crt-tm.c $(crt_compile) $(DARWIN_EXTRA_CRT_BUILD_CFLAGS) -DSTART -c $< |