Skip to content

Commit

Permalink
config: always-arch: don't subst TARGET_CPU
Browse files Browse the repository at this point in the history
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes openzfs#13225
  • Loading branch information
nabijaczleweli authored and andrewc12 committed Sep 23, 2022
1 parent 88b5cf1 commit 45c47c9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/always-arch.m4
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ dnl #
dnl # Set the target cpu architecture. This allows the
dnl # following syntax to be used in a Makefile.am.
dnl #
dnl # ifeq ($(TARGET_CPU),x86_64)
dnl # ...
dnl # endif
dnl #
dnl # if TARGET_CPU_POWERPC
dnl # ...
dnl # else
Expand Down Expand Up @@ -34,8 +30,6 @@ AC_DEFUN([ZFS_AC_CONFIG_ALWAYS_ARCH], [
;;
esac
AC_SUBST(TARGET_CPU)
AM_CONDITIONAL([TARGET_CPU_X86_64], test $TARGET_CPU = x86_64)
AM_CONDITIONAL([TARGET_CPU_POWERPC], test $TARGET_CPU = powerpc)
])

0 comments on commit 45c47c9

Please sign in to comment.