Skip to content

Commit

Permalink
Fixing binutils hash
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Feb 19, 2024
1 parent c9d2c29 commit f4593f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/FindBFD.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if((APEX_BUILD_BFD OR (NOT BFD_FOUND)) AND NOT APPLE)
set(TMP_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fPIC")
ExternalProject_Add(project_binutils
URL "http://ftp.gnu.org/gnu/binutils/binutils-2.42.tar.bz2"
URL_HASH SHA256=5d2a6c1d49686a557869caae08b6c2e83699775efd27505e01b2f4db1a024ffc
URL_HASH SHA256=aa54850ebda5064c72cd4ec2d9b056c294252991486350d9a97ab2a6dfdfaf12
CONFIGURE_COMMAND <SOURCE_DIR>/configure CC=${CMAKE_C_COMPILER} CXX=${CMAKE_CXX_COMPILER} CFLAGS=${TMP_C_FLAGS} CXXFLAGS=${TMP_CXX_FLAGS} LDFLAGS=${TMP_LINKER_FLAGS} --prefix=${CMAKE_INSTALL_PREFIX} --disable-dependency-tracking --enable-interwork --disable-multilib --enable-shared --enable-64-bit-bfd --target=${TARGET_ARCH} --enable-install-libiberty --disable-gold --program-prefix=g --disable-nls --disable-ld --disable-lto --disable-gas
BUILD_COMMAND make MAKEINFO=true -j${MAKEJOBS}
INSTALL_COMMAND make MAKEINFO=true install
Expand Down

0 comments on commit f4593f4

Please sign in to comment.