arm-xo-1.75: turn off PIE by default

It makes no sense, our code executes from the same address. It also adds
a .git section we are not able to handle.

However, some compilers turn it on by default (e.g. Debian) and it needs to be
turned off explicitly.
1 file changed
tree: aee3371f43524e81b482a2912e0c17e4c0875b6b
  1. build/
  2. src/
  3. .gitattributes
  4. .gitignore
  5. LICENSE
  6. README
  7. README.md
README.md

cforth

This is Mitch Bradley's CForth implementation.

This version was derived from the version at One Laptop Per Child, then it was improved as follows:

a) Host version now has line editing b) Host version catches exceptions c) key and key? implemented property in host versions for Linux and Windows d) Makefile fragments factored better, and use pattern rules extensively e) Makefiles in build directories simplified