From 2410281654c41fd68d31443bc8729f8eefb0cea9 Mon Sep 17 00:00:00 2001 From: neil Date: Sat, 5 May 2012 18:49:07 +0000 Subject: [PATCH] Use TARGET_NM instead of NM where appropriate. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@44753 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/all-pc/boot/grub2-aros/Makefile.in | 2 + arch/all-pc/boot/grub2-aros/configure | 150 +++++++++++++++++---- arch/all-pc/boot/grub2-aros/configure.ac | 5 + arch/all-pc/boot/grub2-aros/docs/Makefile.in | 2 + arch/all-pc/boot/grub2-aros/grub-core/Makefile.in | 1 + .../boot/grub2-aros/grub-core/gensyminfo.sh.in | 6 +- .../boot/grub2-aros/grub-core/gnulib/Makefile.in | 2 + .../grub2-aros/util/bash-completion.d/Makefile.in | 2 + 8 files changed, 143 insertions(+), 27 deletions(-) diff --git a/arch/all-pc/boot/grub2-aros/Makefile.in b/arch/all-pc/boot/grub2-aros/Makefile.in index 1d5e7c23dc..d5cca8a75f 100644 --- a/arch/all-pc/boot/grub2-aros/Makefile.in +++ b/arch/all-pc/boot/grub2-aros/Makefile.in @@ -7376,8 +7376,10 @@ TARGET_IMG_LDFLAGS = @TARGET_IMG_LDFLAGS@ TARGET_IMG_LDSCRIPT = @TARGET_IMG_LDSCRIPT@ TARGET_LDFLAGS = @TARGET_LDFLAGS@ TARGET_MODULE_FORMAT = @TARGET_MODULE_FORMAT@ +TARGET_NM = @TARGET_NM@ TARGET_OBJ2ELF = @TARGET_OBJ2ELF@ TARGET_RANLIB = @TARGET_RANLIB@ +TARGET_STRIP = @TARGET_STRIP@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ diff --git a/arch/all-pc/boot/grub2-aros/configure b/arch/all-pc/boot/grub2-aros/configure index ec18344380..166ae447ab 100755 --- a/arch/all-pc/boot/grub2-aros/configure +++ b/arch/all-pc/boot/grub2-aros/configure @@ -717,6 +717,7 @@ TARGET_CCAS TARGET_CPP OBJCONV HOST_CC +TARGET_NM TARGET_STRIP TARGET_RANLIB NM @@ -1330,7 +1331,12 @@ LIBS CPPFLAGS YACC YFLAGS +CC +LDFLAGS +LIBS +CPPFLAGS CPP +CPPFLAGS CCAS CCASFLAGS' @@ -3036,7 +3042,7 @@ $as_echo "$as_me: loading site script $ac_site_file" >&6;} || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "failed to load site script $ac_site_file -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } fi done @@ -3227,7 +3233,7 @@ fi $as_echo "$ac_cv_build" >&6; } case $ac_cv_build in *-*-*) ;; -*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;; +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; esac build=$ac_cv_build ac_save_IFS=$IFS; IFS='-' @@ -3260,7 +3266,7 @@ fi $as_echo "$ac_cv_host" >&6; } case $ac_cv_host in *-*-*) ;; -*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;; +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; esac host=$ac_cv_host ac_save_IFS=$IFS; IFS='-' @@ -3293,7 +3299,7 @@ fi $as_echo "$ac_cv_target" >&6; } case $ac_cv_target in *-*-*) ;; -*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5 ;; +*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;; esac target=$ac_cv_target ac_save_IFS=$IFS; IFS='-' @@ -3422,11 +3428,11 @@ am_lf=' ' case `pwd` in *[\\\"\#\$\&\'\`$am_lf]*) - as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;; + as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) - as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;; + as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; esac # Do `set' in a subshell so we don't clobber the current shell's @@ -3852,7 +3858,7 @@ if test "x$with_platform" = x; then powerpc64-*) platform=ieee1275 ;; sparc64-*) platform=ieee1275 ;; mips-*) platform=yeeloong ;; - *) as_fn_error $? "unsupported CPU: \"$target_cpu\"" "$LINENO" 5 ;; + *) as_fn_error $? "unsupported CPU: \"$target_cpu\"" "$LINENO" 5 ;; esac else platform="$with_platform" @@ -3880,7 +3886,7 @@ case "$target_cpu"-"$platform" in mips-qemu-mips) ;; mips-yeeloong) ;; *-emu) ;; - *) as_fn_error $? "platform \"$platform\" is not supported for target CPU \"$target_cpu\"" "$LINENO" 5 ;; + *) as_fn_error $? "platform \"$platform\" is not supported for target CPU \"$target_cpu\"" "$LINENO" 5 ;; esac case "$target_cpu" in @@ -4566,7 +4572,7 @@ fi test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 @@ -4681,7 +4687,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "C compiler cannot create executables -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } @@ -4724,7 +4730,7 @@ else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of executables: cannot compile and link -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest conftest$ac_cv_exeext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 @@ -4783,7 +4789,7 @@ $as_echo "$ac_try_echo"; } >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot run C compiled programs. If you meant to cross compile, use \`--host'. -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } fi fi fi @@ -4835,7 +4841,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of object files: cannot compile -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi @@ -5786,7 +5792,7 @@ fi test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 @@ -6280,7 +6286,7 @@ else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "C preprocessor \"$CPP\" fails sanity check -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } fi ac_ext=c @@ -9431,7 +9437,7 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h ;; #( *) as_fn_error $? "unknown endianness - presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; + presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; esac # The cast to long int works around a bug in the HP C Compiler @@ -9450,7 +9456,7 @@ else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "cannot compute sizeof (void *) -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } else ac_cv_sizeof_void_p=0 fi @@ -9483,7 +9489,7 @@ else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "cannot compute sizeof (long) -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } else ac_cv_sizeof_long=0 fi @@ -9770,7 +9776,7 @@ fi test -n "$BUILD_CC" && break done -test -n "$BUILD_CC" || BUILD_CC="as_fn_error $? "none of gcc, egcs and cc is found. set BUILD_CC manually." "$LINENO" 5 " +test -n "$BUILD_CC" || BUILD_CC="as_fn_error $? "none of gcc, egcs and cc is found. set BUILD_CC manually." "$LINENO" 5" # For gnulib. @@ -19355,7 +19361,7 @@ fi done if test "x$ac_ct_TARGET_CC" = x; then - TARGET_CC="as_fn_error $? "none of gcc, egcs and cc is found. set TARGET_CC manually." "$LINENO" 5 " + TARGET_CC="as_fn_error $? "none of gcc, egcs and cc is found. set TARGET_CC manually." "$LINENO" 5" else case $cross_compiling:$ac_tool_warned in yes:) @@ -19827,6 +19833,98 @@ else TARGET_STRIP="$ac_cv_prog_TARGET_STRIP" fi + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args. +set dummy ${ac_tool_prefix}nm; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_TARGET_NM+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$TARGET_NM"; then + ac_cv_prog_TARGET_NM="$TARGET_NM" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_TARGET_NM="${ac_tool_prefix}nm" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +TARGET_NM=$ac_cv_prog_TARGET_NM +if test -n "$TARGET_NM"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $TARGET_NM" >&5 +$as_echo "$TARGET_NM" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_TARGET_NM"; then + ac_ct_TARGET_NM=$TARGET_NM + # Extract the first word of "nm", so it can be a program name with args. +set dummy nm; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_TARGET_NM+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_TARGET_NM"; then + ac_cv_prog_ac_ct_TARGET_NM="$ac_ct_TARGET_NM" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_TARGET_NM="nm" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_TARGET_NM=$ac_cv_prog_ac_ct_TARGET_NM +if test -n "$ac_ct_TARGET_NM"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_TARGET_NM" >&5 +$as_echo "$ac_ct_TARGET_NM" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_TARGET_NM" = x; then + TARGET_NM="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + TARGET_NM=$ac_ct_TARGET_NM + fi +else + TARGET_NM="$ac_cv_prog_TARGET_NM" +fi + ac_tool_prefix="$tmp_ac_tool_prefix" else @@ -20112,6 +20210,9 @@ else NM="$ac_cv_prog_NM" fi + if test "x$TARGET_NM" = x; then + TARGET_NM=$NM + fi if test "x$TARGET_STRIP" = x; then TARGET_STRIP=$STRIP fi @@ -20122,6 +20223,7 @@ fi + # Test the C compiler for the target environment. tmp_CC="$CC" tmp_CFLAGS="$CFLAGS" @@ -23245,7 +23347,7 @@ do "stamp-h") CONFIG_FILES="$CONFIG_FILES stamp-h" ;; "config.h") CONFIG_FILES="$CONFIG_FILES config.h" ;; - *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac done @@ -23564,7 +23666,7 @@ do esac case $ac_mode$ac_tag in :[FHL]*:*);; - :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac @@ -23592,7 +23694,7 @@ do [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || - as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; esac case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac as_fn_append ac_file_inputs " '$ac_f'" @@ -23619,7 +23721,7 @@ $as_echo "$as_me: creating $ac_file" >&6;} case $ac_tag in *:-:* | *:-) cat >"$ac_tmp/stdin" \ - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; esac ;; esac diff --git a/arch/all-pc/boot/grub2-aros/configure.ac b/arch/all-pc/boot/grub2-aros/configure.ac index 1ada8243ea..f5ac0515eb 100644 --- a/arch/all-pc/boot/grub2-aros/configure.ac +++ b/arch/all-pc/boot/grub2-aros/configure.ac @@ -338,6 +338,7 @@ if test "x$target_alias" != x && test "x$host_alias" != "x$target_alias"; then dnl AROS FIX: added TARGET_RANLIB and TARGET_STRIP, used by grub-core/Makefile.am AC_CHECK_TOOL(TARGET_RANLIB, ranlib) AC_CHECK_TOOL(TARGET_STRIP, strip) + AC_CHECK_TOOL(TARGET_NM, nm) ac_tool_prefix="$tmp_ac_tool_prefix" else @@ -350,6 +351,9 @@ else AC_CHECK_TOOL(OBJCOPY, objcopy) AC_CHECK_TOOL(STRIP, strip) AC_CHECK_TOOL(NM, nm) + if test "x$TARGET_NM" = x; then + TARGET_NM=$NM + fi if test "x$TARGET_STRIP" = x; then TARGET_STRIP=$STRIP fi @@ -359,6 +363,7 @@ AC_SUBST(BUILD_CC) AC_SUBST(TARGET_CC) AC_SUBST(TARGET_RANLIB) AC_SUBST(TARGET_STRIP) +AC_SUBST(TARGET_NM) # Test the C compiler for the target environment. tmp_CC="$CC" diff --git a/arch/all-pc/boot/grub2-aros/docs/Makefile.in b/arch/all-pc/boot/grub2-aros/docs/Makefile.in index b7a96922e1..88d5640771 100644 --- a/arch/all-pc/boot/grub2-aros/docs/Makefile.in +++ b/arch/all-pc/boot/grub2-aros/docs/Makefile.in @@ -671,8 +671,10 @@ TARGET_IMG_LDFLAGS = @TARGET_IMG_LDFLAGS@ TARGET_IMG_LDSCRIPT = @TARGET_IMG_LDSCRIPT@ TARGET_LDFLAGS = @TARGET_LDFLAGS@ TARGET_MODULE_FORMAT = @TARGET_MODULE_FORMAT@ +TARGET_NM = @TARGET_NM@ TARGET_OBJ2ELF = @TARGET_OBJ2ELF@ TARGET_RANLIB = @TARGET_RANLIB@ +TARGET_STRIP = @TARGET_STRIP@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ diff --git a/arch/all-pc/boot/grub2-aros/grub-core/Makefile.in b/arch/all-pc/boot/grub2-aros/grub-core/Makefile.in index 01a66ff5e8..35fb9d4e18 100644 --- a/arch/all-pc/boot/grub2-aros/grub-core/Makefile.in +++ b/arch/all-pc/boot/grub2-aros/grub-core/Makefile.in @@ -23878,6 +23878,7 @@ TARGET_IMG_LDFLAGS = @TARGET_IMG_LDFLAGS@ TARGET_IMG_LDSCRIPT = @TARGET_IMG_LDSCRIPT@ TARGET_LDFLAGS = @TARGET_LDFLAGS@ TARGET_MODULE_FORMAT = @TARGET_MODULE_FORMAT@ +TARGET_NM = @TARGET_NM@ TARGET_OBJ2ELF = @TARGET_OBJ2ELF@ TARGET_RANLIB = @TARGET_RANLIB@ TARGET_STRIP = @TARGET_STRIP@ diff --git a/arch/all-pc/boot/grub2-aros/grub-core/gensyminfo.sh.in b/arch/all-pc/boot/grub2-aros/grub-core/gensyminfo.sh.in index 4f5184913f..8ca2bcd43d 100644 --- a/arch/all-pc/boot/grub2-aros/grub-core/gensyminfo.sh.in +++ b/arch/all-pc/boot/grub2-aros/grub-core/gensyminfo.sh.in @@ -22,13 +22,13 @@ modname=`echo $module | sed -e 's@\.module.*$@@'` # Print all symbols defined by module if test x@TARGET_APPLE_CC@ = x1; then - @NM@ -g -P -p $module | \ + @TARGET_NM@ -g -P -p $module | \ grep -E '^[a-zA-Z0-9_]* [TDS]' | \ sed "s@^\([^ ]*\).*@defined $modname \1@g" else - @NM@ -g --defined-only -P -p $module | \ + @TARGET_NM@ -g --defined-only -P -p $module | \ sed "s@^\([^ ]*\).*@defined $modname \1@g" fi # Print all undefined symbols used by module -@NM@ -u -P -p $module | sed "s@^\([^ ]*\).*@undefined $modname \1@g" +@TARGET_NM@ -u -P -p $module | sed "s@^\([^ ]*\).*@undefined $modname \1@g" diff --git a/arch/all-pc/boot/grub2-aros/grub-core/gnulib/Makefile.in b/arch/all-pc/boot/grub2-aros/grub-core/gnulib/Makefile.in index 5975b5ff5d..b43138664b 100644 --- a/arch/all-pc/boot/grub2-aros/grub-core/gnulib/Makefile.in +++ b/arch/all-pc/boot/grub2-aros/grub-core/gnulib/Makefile.in @@ -710,8 +710,10 @@ TARGET_IMG_LDFLAGS = @TARGET_IMG_LDFLAGS@ TARGET_IMG_LDSCRIPT = @TARGET_IMG_LDSCRIPT@ TARGET_LDFLAGS = @TARGET_LDFLAGS@ TARGET_MODULE_FORMAT = @TARGET_MODULE_FORMAT@ +TARGET_NM = @TARGET_NM@ TARGET_OBJ2ELF = @TARGET_OBJ2ELF@ TARGET_RANLIB = @TARGET_RANLIB@ +TARGET_STRIP = @TARGET_STRIP@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ diff --git a/arch/all-pc/boot/grub2-aros/util/bash-completion.d/Makefile.in b/arch/all-pc/boot/grub2-aros/util/bash-completion.d/Makefile.in index 91939e6107..b2c98529f0 100644 --- a/arch/all-pc/boot/grub2-aros/util/bash-completion.d/Makefile.in +++ b/arch/all-pc/boot/grub2-aros/util/bash-completion.d/Makefile.in @@ -658,8 +658,10 @@ TARGET_IMG_LDFLAGS = @TARGET_IMG_LDFLAGS@ TARGET_IMG_LDSCRIPT = @TARGET_IMG_LDSCRIPT@ TARGET_LDFLAGS = @TARGET_LDFLAGS@ TARGET_MODULE_FORMAT = @TARGET_MODULE_FORMAT@ +TARGET_NM = @TARGET_NM@ TARGET_OBJ2ELF = @TARGET_OBJ2ELF@ TARGET_RANLIB = @TARGET_RANLIB@ +TARGET_STRIP = @TARGET_STRIP@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ -- 2.11.4.GIT