cross-hurd
cross-hurd copied to clipboard
Scripts for cross-compiling and creating an Hurd system
Not sure what is wrong. a few lines before: ``` g++ -no-pie -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros...
Hi, and thanks for this, it saved me the time in figuring it out for myself. I did run into a a problem trying to build on RHEL or Fedora...
An update-configs.sh script was added to update all config.guess and config.sub files, because in some sources these configuration files were too old and did not know about new architectures (for...
The --build and --host flags were added to the binutils and gcc builds; when they were missing, binaries were compiled for the host architecture.