bitwiseworks / gcc-os2

Port of GCC compiler to OS/2
GNU General Public License v2.0
16 stars 2 forks source link

The build-script example does not work out-of-the-paste #23

Closed rdpe closed 4 years ago

rdpe commented 4 years ago

The build-script at: https://github.com/bitwiseworks/gcc-os2/wiki/Developers#building-gcc tries to run 'master/autogen.sh' while the curdir is assumed 'gcc' (the toplevel dir). Should be something like: 'cd master && ./autogen.sh && cd -' ?

Very cool to have this updated GCC btw ! Ben.

dmik commented 4 years ago

Yes, you are right, thanks, fixed it. (Didn't use cd - to not depend on PWD/OLDPWD).