*** empty log message ***

From-SVN: r1415
This commit is contained in:
Richard Stallman 1992-07-03 23:47:39 +00:00
parent 8b7ec00c1f
commit 135abe0723
2 changed files with 11 additions and 1 deletions

View File

@ -37,4 +37,8 @@ CLIB=-lc /usr/ucblib/libucb.a
# CCLIBFLAGS=-Bstatic -dn -g
# GCC_CFLAGS=-static -g -O2 -B./
FIXINCLUDES=fixinc.svr4
# For svr4 we link stuff *without* dynamic libraries for now... at least
# until there is a version of GDB which understands *both* Dwarf *and*
# svr4 shared libraries.
X_CFLAGS=-static

View File

@ -43,3 +43,9 @@ ALLOCA=alloca.o
CCLIBFLAGS=-Bstatic -dn -gg
GCC_CFLAGS=-static -g -O2 -B./
# For svr4 we link stuff *without* dynamic libraries for now... at least
# until there is a version of GDB which understands *both* Dwarf *and*
# svr4 shared libraries.
X_CFLAGS=-static