cbbdbb9f29
* ldmain.c: quit using exit * *.sc: use *(COMMON) rather than [COMMON] * ldlex.l, lexsup.c: much thinking moved from .l and put into .c, to allow preprocessing of .l file. * Makefile.in: New ldlex.l mangling * ldexp.c (fold_binary): perform expressions with % and / in integer. * ldfile.c (open_a): open archives on VMS in a special way * lderror.c: forgot to check in from a long while ago
7 lines
185 B
Text
Executable file
7 lines
185 B
Text
Executable file
YACC=yacc -tvd
|
|
#CC=gcc -Wall -ansi
|
|
#stuff for self hosting
|
|
HOSTING_CRT0=/lib/crt0.o
|
|
HOSTING_LIBS=/usr/latest/lib/gcc/sun4/libgcc.a -lc
|
|
HOSTING_EMU=LDEMULATION=gld; export LDEMULATION
|
|
|