Index: ports/binutils/build.sh |
diff --git a/ports/binutils/build.sh b/ports/binutils/build.sh |
index 606d62dede24cad78e427ef9026a6eef9e3989a1..b9b8a1fa4311522f675e38d63c7f6f967589eec1 100644 |
--- a/ports/binutils/build.sh |
+++ b/ports/binutils/build.sh |
@@ -27,18 +27,3 @@ InstallStep() { |
${NACL_SDK_ROOT}/toolchain/${OS_SUBDIR}_x86_glibc/x86_64-nacl/lib/ldscripts \ |
${DESTDIR}${PREFIX}/${NACL_ARCH}-nacl/lib/ |
} |
- |
-PublishStep() { |
- MakeDir ${PUBLISH_DIR} |
- for nexe in binutils/*.nexe gas/*.nexe ld/*.nexe; do |
- local name=$(basename $nexe .nexe | sed 's/-new//') |
- cp ${nexe} ${PUBLISH_DIR}/${name}_${NACL_ARCH}${NACL_EXEEXT} |
- |
- pushd ${PUBLISH_DIR} |
- LogExecute python ${NACL_SDK_ROOT}/tools/create_nmf.py \ |
- ${PUBLISH_DIR}/${name}_*${NACL_EXEEXT} \ |
- -s . \ |
- -o ${name}.nmf |
- popd |
- done |
-} |