/[gcl]/gcl/h/powerpc-macosx.defs
ViewVC logotype

Diff of /gcl/h/powerpc-macosx.defs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by camm, Thu Jul 17 21:09:30 2003 UTC revision 1.2 by rlbk, Thu Sep 4 21:45:17 2003 UTC
# Line 1  Line 1 
1  #  # powerpc-macosx.defs
 # For MacOS X  
 #  
2    
3  # Disable Apple's custom C preprocessor which gets confused when  # Disable Apple's custom C preprocessor which gets confused when
4  # preprocessing some of the *.d files in the o/ subdirectory.  # preprocessing some of the *.d files in the o/ subdirectory.
5  CC = gcc -no-cpp-precomp  CC = gcc $(CPPFLAGS)
6    
7  # Set this to avoid warnings when linking against libncurses.  # Set this to avoid warnings when linking against libncurses.
8  LIBS = -lSystem -lreadline -ldl  # This is due to the requirements of the two level namespace.
9    LIBS := `echo $(LIBS) | sed -e 's/-lncurses/ /'`
10    
11  # Set this for the linker to operate correctly.  # Set this for the linker to operate correctly.
12  MACOSX_DEPLOYMENT_TARGET = 10.2  MACOSX_DEPLOYMENT_TARGET = 10.2
13    
14  LDCC = ld -X -seglinkedit -segprot __TEXT rwx rwx /lib/crt0.o  # Defines this to build an executable rsym.
15    RSYM = rsym
16    
17    # Defines this in order to compile sfasl.c.
18    SFASL = $(ODIR)/sfasl.o
19    
20    # When using SFASL it is good to have (si::build-symbol-table).
21    INITFORM = (si::build-symbol-table)

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26