Hacker News new | past | comments | ask | show | jobs | submit login

at the time it was mainly implemented to speed up compiler builds. Not using a cygwin based shell allowed a 3-5 speedup which was significant for our nightly builds





Just out of curiosity, how much faster is gsh than busybox?

I believe that busybox is produced by the Windows cross-compiler that I have loaded from EPEL. Can gsh be built the same way?


I never did the test. At the time we started the project busybox was not sufficient to use in a full build of gcc, binutils, gdb, ...

Though I never tried using a cross compiler to compiler GSH should not be an issue


This is the MinGW cross-compiler for Windows that I found in EPEL.

Alas, no ADA.

"Using this toolchain allows you to build binaries for the following programming languages: C, C++, Objective-C, Objective-C++ and Fortran."

https://fedoraproject.org/wiki/MinGW/Tutorial

I think all of these packages were pulled in the "yum install":

  $ rpm -qa | grep ming | sort
  mingw64-binutils-2.41-3.el9.x86_64
  mingw64-cpp-13.2.1-7.el9.x86_64
  mingw64-crt-11.0.1-3.el9.noarch
  mingw64-filesystem-148-3.el9.noarch
  mingw64-gcc-13.2.1-7.el9.x86_64
  mingw64-headers-11.0.1-3.el9.noarch
  mingw64-libgcc-13.2.1-7.el9.x86_64
  mingw64-winpthreads-11.0.1-3.el9.noarch
  mingw64-winpthreads-static-11.0.1-3.el9.noarch
  mingw-binutils-generic-2.41-3.el9.x86_64
  mingw-filesystem-base-148-3.el9.noarch



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: