/titanic_52/usr/src/boot/sys/boot/i386/gptzfsboot/ |
H A D | Makefile | 25 OBJCOPY= $(GNU_ROOT)/bin/gobjcopy macro 91 ${OBJCOPY} -S -O binary gptldr.out $@ 99 ${OBJCOPY} -S -O binary gptzfsboot.out $@
|
/titanic_52/usr/src/psm/stand/bootblks/ufs/i386/ |
H A D | Makefile | 42 OBJCOPY = $(GNU_ROOT)/bin/gobjcopy macro 55 $(OBJCOPY) -O binary $@.exec $@
|
/titanic_52/usr/src/boot/sys/boot/arm/at91/ |
H A D | Makefile.inc | 29 OBJCOPY ?= objcopy 33 ${OBJCOPY} -S -O binary ${P}.out ${.TARGET}
|
/titanic_52/usr/src/boot/sys/boot/efi/boot1/ |
H A D | Makefile | 22 OBJCOPY= $(GNU_ROOT)/bin/gobjcopy macro 88 ${OBJCOPY} --readonly-text -j .peheader -j .text -j .sdata -j .data \
|
/titanic_52/usr/src/grub/grub-0.97/stage1/ |
H A D | Makefile.am | 15 $(OBJCOPY) -O binary $< $@
|
H A D | Makefile.solaris | 14 $(OBJCOPY) -O binary $< $@
|
H A D | Makefile.in | 126 OBJCOPY = @OBJCOPY@ 430 $(OBJCOPY) -O binary $< $@
|
/titanic_52/usr/src/boot/sys/boot/i386/boot2/ |
H A D | Makefile | 64 ${OBJCOPY} -S -O binary boot1.out ${.TARGET} 85 ${OBJCOPY} -S -O binary boot2.out ${.TARGET}
|
/titanic_52/usr/src/boot/sys/boot/arm/ixp425/ |
H A D | Makefile.inc | 27 OBJCOPY ?= objcopy
|
/titanic_52/usr/src/boot/sys/boot/efi/loader/ |
H A D | Makefile | 22 OBJCOPY= $(GNU_ROOT)/bin/gobjcopy macro 117 ${OBJCOPY} --readonly-text -j .peheader -j .text -j .sdata -j .data \
|
/titanic_52/usr/src/boot/sys/boot/i386/libi386/ |
H A D | Makefile | 30 OBJCOPY= $(GNU_ROOT)/bin/gobjcopy macro
|
/titanic_52/usr/src/grub/grub-0.97/ |
H A D | acinclude.m4 | 44 [AC_MSG_CHECKING([whether ${OBJCOPY} works for absolute addresses]) 64 if AC_TRY_COMMAND([${OBJCOPY-objcopy} -O binary conftest.exec conftest]); then : 66 AC_MSG_ERROR([${OBJCOPY-objcopy} cannot create binary files])
|
H A D | Makefile.solaris.defs | 81 OBJCOPY = $(GNU_ROOT)/bin/gobjcopy
|
H A D | configure | 314 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar build build_cpu build_vendor build_os host host_cpu host_vendor host_os MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT PERL CC ac_ct_CC CFLAGS LDFLAGS CPPFLAGS EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CCAS RANLIB ac_ct_RANLIB STAGE1_CFLAGS STAGE2_CFLAGS GRUB_CFLAGS OBJCOPY ac_ct_OBJCOPY GRUB_LIBS CPP EGREP NETBOOT_SUPPORT_TRUE NETBOOT_SUPPORT_FALSE DISKLESS_SUPPORT_TRUE DISKLESS_SUPPORT_FALSE HERCULES_SUPPORT_TRUE HERCULES_SUPPORT_FALSE SERIAL_SUPPORT_TRUE SERIAL_SUPPORT_FALSE SERIAL_SPEED_SIMULATION_TRUE SERIAL_SPEED_SIMULATION_FALSE BUILD_EXAMPLE_KERNEL_TRUE BUILD_EXAMPLE_KERNEL_FALSE FSYS_CFLAGS NET_CFLAGS NET_EXTRAFLAGS NETBOOT_DRIVERS CCASFLAGS LIBOBJS LTLIBOBJS' 3694 case $OBJCOPY in 3696 ac_cv_path_OBJCOPY="$OBJCOPY" # Let the user override the test with a path. 3717 OBJCOPY=$ac_cv_path_OBJCOPY 3719 if test -n "$OBJCOPY"; then 3720 echo "$as_me:$LINENO: result: $OBJCOPY" >&5 3721 echo "${ECHO_T}$OBJCOPY" >&6 3736 if test -n "$OBJCOPY"; then 3737 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test. 3755 OBJCOPY [all...] |
H A D | configure.ac | 154 dnl AC_PATH_TOOL(OBJCOPY, objcopy, , "$with_binutils:$PATH") 155 AC_PATH_PROG(OBJCOPY, objcopy, , "$with_binutils:$PATH") 157 AC_CHECK_TOOL(OBJCOPY, objcopy)
|
H A D | Makefile.in | 125 OBJCOPY = @OBJCOPY@
|
H A D | config.status.solaris | 551 s,@OBJCOPY@,/opt/grubbld/bin/objcopy,;t t
|
/titanic_52/usr/src/boot/sys/boot/arm/uboot/ |
H A D | Makefile | 142 ${OBJCOPY} -S -O binary ubldr.pie ${.TARGET}
|
/titanic_52/usr/src/grub/grub-0.97/lib/ |
H A D | Makefile.in | 120 OBJCOPY = @OBJCOPY@
|
/titanic_52/usr/src/boot/sys/boot/i386/loader/ |
H A D | Makefile | 37 OBJCOPY= $(GNU_ROOT)/bin/gobjcopy macro
|
/titanic_52/usr/src/grub/grub-0.97/grub/ |
H A D | Makefile.in | 121 OBJCOPY = @OBJCOPY@
|
/titanic_52/usr/src/grub/grub-0.97/util/ |
H A D | Makefile.in | 126 OBJCOPY = @OBJCOPY@
|
/titanic_52/usr/src/grub/grub-0.97/stage2/ |
H A D | Makefile.am | 304 $(OBJCOPY) -O binary $< $@
|
H A D | Makefile.solaris | 14 $(OBJCOPY) -O binary $< $@
|
/titanic_52/usr/src/grub/grub-0.97/docs/ |
H A D | Makefile.in | 143 OBJCOPY = @OBJCOPY@
|