Skip to content

Commit

Permalink
Remove last references to dynasm
Browse files Browse the repository at this point in the history
Summary: We no longer use dynasm. Remove the last references to it.

Reviewed By: czardoz

Differential Revision: D35117745

fbshipit-source-id: d9b8dfc
  • Loading branch information
mpage authored and facebook-github-bot committed Mar 25, 2022
1 parent 82eea4c commit d532e95
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
6 changes: 0 additions & 6 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,6 @@ LLVM_AR
PROFILE_TASK
DEF_MAKE_RULE
DEF_MAKE_ALL_RULE
DYNASM_DEFINES
ABIFLAGS
LN
MKDIR_P
Expand Down Expand Up @@ -6302,9 +6301,6 @@ fi

ABIFLAGS=""


DYNASM_DEFINES=

# Check for --with-pydebug
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-pydebug" >&5
$as_echo_n "checking for --with-pydebug... " >&6; }
Expand All @@ -6321,7 +6317,6 @@ $as_echo "#define Py_DEBUG 1" >>confdefs.h
$as_echo "yes" >&6; };
Py_DEBUG='true'
ABIFLAGS="${ABIFLAGS}d"
DYNASM_DEFINES='-D Py_DEBUG'
else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }; Py_DEBUG='false'
fi
Expand Down Expand Up @@ -16695,7 +16690,6 @@ SRCDIRS="Parser Objects Python Modules Programs \
StrictModules/Tests \
ThirdParty/googletest-1.8.1/googletest \
ThirdParty/i386-dis \
ThirdParty/dynasm \
ThirdParty/asmjit/src/asmjit/core \
ThirdParty/asmjit/src/asmjit/x86"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for build directories" >&5
Expand Down
5 changes: 0 additions & 5 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1190,9 +1190,6 @@ fi
AC_SUBST(ABIFLAGS)
ABIFLAGS=""

AC_SUBST(DYNASM_DEFINES)
DYNASM_DEFINES=

# Check for --with-pydebug
AC_MSG_CHECKING(for --with-pydebug)
AC_ARG_WITH(pydebug,
Expand All @@ -1205,7 +1202,6 @@ then
AC_MSG_RESULT(yes);
Py_DEBUG='true'
ABIFLAGS="${ABIFLAGS}d"
DYNASM_DEFINES='-D Py_DEBUG'
else AC_MSG_RESULT(no); Py_DEBUG='false'
fi],
[AC_MSG_RESULT(no)])
Expand Down Expand Up @@ -5371,7 +5367,6 @@ SRCDIRS="Parser Objects Python Modules Programs \
StrictModules/Tests \
ThirdParty/googletest-1.8.1/googletest \
ThirdParty/i386-dis \
ThirdParty/dynasm \
ThirdParty/asmjit/src/asmjit/core \
ThirdParty/asmjit/src/asmjit/x86"
AC_MSG_CHECKING(for build directories)
Expand Down

0 comments on commit d532e95

Please sign in to comment.