Skip to content
Snippets Groups Projects
Commit aa09793a authored by rtoy's avatar rtoy
Browse files

Add support for executable stuff using Sun C on sparc. The executable

appears to be created successfully, and you can do things, but it is
not usable.

lisp/elf.h:
o Set C_COMPILER to either "cc" or "gcc".  We use gcc everywhere,
  except if the C compiler is Sun C on sparc.

lisp/elf.c:
o Print out C_COMPILER as the first arg to the linker script.

tools/linker.sh:
o Rearrange code so test for number of args is done first.
o Look at the first arg to determine the C compiler used.  If gcc, use
  the original code.  Add new code to support Sun C.
parent e52781c9
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment