Skip to content

Commit e44d067

Browse files
committed
8244593: Clean up GNM/NM after JEP 381
Reviewed-by: erikj
1 parent 41355e2 commit e44d067

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

make/autoconf/compare.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export LDD="@LDD@"
5353
export LN="@LN@"
5454
export MKDIR="@MKDIR@"
5555
export MV="@MV@"
56-
export NM="@GNM@"
56+
export NM="@NM@"
5757
export OBJDUMP="@OBJDUMP@"
5858
export OTOOL="@OTOOL@"
5959
export PRINTF="@PRINTF@"

make/autoconf/spec.gmk.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,6 @@ AR := @AR@
582582
ARFLAGS:=@ARFLAGS@
583583

584584
NM:=@NM@
585-
GNM:=@GNM@
586585
STRIP:=@STRIP@
587586
OBJDUMP:=@OBJDUMP@
588587
CXXFILT:=@CXXFILT@

make/autoconf/toolchain.m4

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -772,8 +772,6 @@ AC_DEFUN_ONCE([TOOLCHAIN_DETECT_TOOLCHAIN_EXTRA],
772772
else
773773
UTIL_LOOKUP_TOOLCHAIN_PROGS(NM, nm)
774774
fi
775-
GNM="$NM"
776-
AC_SUBST(GNM)
777775
fi
778776
779777
# objcopy is used for moving debug symbols to separate files when

0 commit comments

Comments
 (0)