Ignore:
Timestamp:
Jun 17, 2010, 4:08:35 PM (15 years ago)
Author:
dmik
Message:

jdk/make: Integrate Odin SDK to the compiler/linker definitions and require a valid path to it to be set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/make/common/Library.gmk

    r2 r27  
    4040
    4141ifeq ($(LIBRARY), fdlibm)
    42 ifeq ($(PLATFORM),windows)
     42ifeq ($(filter-out windows os2,$(PLATFORM)),)
    4343ACTUAL_LIBRARY_NAME = $(LIB_PREFIX)$(LIBRARY).$(FDDLIBM_SUFFIX)
    4444ACTUAL_LIBRARY_DIR = $(OBJDIR)
     
    177177                @$(OBJDIR)/$(LIBRARY).lcf $(OTHER_LCF) $(LDLIBS_COMMON)
    178178else # LIBRARY
    179 # build it into $(OBJDIR) so that the other generated files get put 
     179# build it into $(OBJDIR) so that the other generated files get put
    180180# there, then copy just the DLL (and MAP file) to the requested directory.
    181181#
     
    196196        @$(prep-target)
    197197        @$(MKDIR) -p $(TEMPDIR)
    198         @$(ECHO) $(FILES_o) > $@ 
     198        @$(ECHO) $(FILES_o) > $@
    199199ifndef LOCAL_RESOURCE_FILE
    200200        @$(ECHO) $(OBJDIR)/$(LIBRARY).res >> $@
    201201endif
    202         @$(ECHO) Created $@ 
     202        @$(ECHO) Created $@
    203203
    204204# J2SE name required here
     
    219219$(ACTUAL_LIBRARY):: $(LIBDIR)/$(LIBRARY).lib
    220220
    221 clean:: 
     221clean::
    222222        -$(RM) $(LIBDIR)/$(LIBRARY).lib
    223223
     
    257257ifeq ($(PLATFORM),solaris)
    258258lint.errors : $(FILES_ln)
    259         $(LINT.c) $(FILES_ln) $(LDLIBS) 
     259        $(LINT.c) $(FILES_ln) $(LDLIBS)
    260260endif
    261261
Note: See TracChangeset for help on using the changeset viewer.