Skip to content

Commit

Permalink
Bug 1117068 - Part b: Remove checks for GCC PR 39608; r=mshal
Browse files Browse the repository at this point in the history
The fix is included in GCC 4.4, which is our minimum supported version.
  • Loading branch information
Ms2ger committed Jan 5, 2015
1 parent a8e7434 commit e00eeb1
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 41 deletions.
1 change: 0 additions & 1 deletion aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ builtin(include, build/autoconf/mozheader.m4)dnl
builtin(include, build/autoconf/mozcommonheader.m4)dnl
builtin(include, build/autoconf/lto.m4)dnl
builtin(include, build/autoconf/gcc-pr49911.m4)dnl
builtin(include, build/autoconf/gcc-pr39608.m4)dnl
builtin(include, build/autoconf/llvm-pr8927.m4)dnl
builtin(include, build/autoconf/frameptr.m4)dnl
builtin(include, build/autoconf/compiler-opts.m4)dnl
Expand Down
37 changes: 0 additions & 37 deletions build/autoconf/gcc-pr39608.m4

This file was deleted.

1 change: 0 additions & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -2671,7 +2671,6 @@ AC_SUBST(WRAP_SYSTEM_INCLUDES)
AC_SUBST(VISIBILITY_FLAGS)

MOZ_GCC_PR49911
MOZ_GCC_PR39608
MOZ_LLVM_PR8927

dnl Check for __force_align_arg_pointer__ for SSE2 on gcc
Expand Down
1 change: 0 additions & 1 deletion js/src/aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ builtin(include, ../../build/autoconf/mozheader.m4)dnl
builtin(include, ../../build/autoconf/mozcommonheader.m4)dnl
builtin(include, ../../build/autoconf/lto.m4)dnl
builtin(include, ../../build/autoconf/gcc-pr49911.m4)dnl
builtin(include, ../../build/autoconf/gcc-pr39608.m4)dnl
builtin(include, ../../build/autoconf/llvm-pr8927.m4)dnl
builtin(include, ../../build/autoconf/frameptr.m4)dnl
builtin(include, ../../build/autoconf/compiler-opts.m4)dnl
Expand Down
1 change: 0 additions & 1 deletion js/src/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -2241,7 +2241,6 @@ AC_SUBST(WRAP_SYSTEM_INCLUDES)
AC_SUBST(VISIBILITY_FLAGS)

MOZ_GCC_PR49911
MOZ_GCC_PR39608
MOZ_LLVM_PR8927

dnl Checks for header files.
Expand Down

0 comments on commit e00eeb1

Please sign in to comment.