make/common/shared/Compiler-sun.gmk

changeset 80
f1e1cccbd13a
parent 49
e2f388853a9d
child 158
91006f157c46
     1.1 --- a/make/common/shared/Compiler-sun.gmk	Tue May 19 17:38:09 2009 -0700
     1.2 +++ b/make/common/shared/Compiler-sun.gmk	Tue May 19 18:09:31 2009 -0700
     1.3 @@ -39,13 +39,6 @@
     1.4    LINT           = $(COMPILER_PATH)lint
     1.5    # Option used to create a shared library
     1.6    SHARED_LIBRARY_FLAG = -G
     1.7 -  # But gcc is still needed no matter what on 32bit
     1.8 -  ifeq ($(ARCH_DATA_MODEL), 32)
     1.9 -    REQUIRED_GCC_VER = 2.95
    1.10 -    GCC =$(GCC_COMPILER_PATH)gcc
    1.11 -    _GCC_VER :=$(shell $(GCC) -dumpversion 2>&1 )
    1.12 -    GCC_VER  :=$(call GetVersion,"$(_GCC_VER)")
    1.13 -  endif
    1.14  endif
    1.15  
    1.16  # Sun Studio Compiler settings specific to Linux

mercurial