Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

3 changed files:

Changes:

  • src/motif/server/Config.solaris
    ... ... @@ -4,7 +4,7 @@
    4 4
     
    
    5 5
     # Force gcc here, in case cc is Sun C.
    
    6 6
     CC = gcc
    
    7
    -CFLAGS = -O -DSVR4 -I. -I/usr/dt/include -I/usr/openwin/include 
    
    7
    +CFLAGS = -g -O -DSVR4 -I. -I/usr/dt/include -I/usr/openwin/include 
    
    8 8
     LDFLAGS = -L/usr/dt/lib -R/usr/dt/lib -L/usr/openwin/lib -R/usr/openwin/lib
    
    9 9
     LIBS = -lXm -lXt -lX11 -lsocket -lnsl -lgen
    
    10 10
     
    

  • src/motif/server/Config.solaris_sunc
    ... ... @@ -2,7 +2,7 @@
    2 2
     # The motif includes are in /usr/dt/include
    
    3 3
     # The Motif libraries are in /lib and /usr/dt/lib
    
    4 4
     
    
    5
    -CFLAGS = -O -DSVR4 -I. -I/usr/dt/include -I/usr/openwin/include 
    
    5
    +CFLAGS = -g -O -DSVR4 -I. -I/usr/dt/include -I/usr/openwin/include 
    
    6 6
     LDFLAGS = -L/usr/dt/lib -R/usr/dt/lib -L/usr/openwin/lib -R/usr/openwin/lib
    
    7 7
     LIBS = -lXm -lXt -lX11 -lsocket -lnsl -lgen
    
    8 8
     
    

  • src/motif/server/Config.x86
    1 1
     # Build 64-bit motifd now that it works as a 64-bit binary.
    
    2
    -CFLAGS += -O2 -I/usr/X11R6/include -I. -I$(VPATH)
    
    2
    +CFLAGS += -g -O2 -I/usr/X11R6/include -I. -I$(VPATH)
    
    3 3
     LIBS = -lXm -lXt -lX11
    
    4 4
     # This def assumes you are building in the same or parallel
    
    5 5
     # tree to the CVS souce layout. Sites may need to customize