comparison make/linux/makefiles/sparcWorks.make @ 1972:f95d63e2154a

6989984: Use standard include model for Hospot Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
author stefank
date Tue, 23 Nov 2010 13:22:55 -0800
parents c18cbe5936b8
children c760f78e0a53
comparison
equal deleted inserted replaced
1971:e33f46fc48ed 1972:f95d63e2154a
72 72
73 # The flags to use for an Optimized build 73 # The flags to use for an Optimized build
74 OPT_CFLAGS+=-xO4 74 OPT_CFLAGS+=-xO4
75 OPT_CFLAGS/NOOPT=-xO0 75 OPT_CFLAGS/NOOPT=-xO0
76 76
77 # Flags for creating the dependency files.
78 ifeq ($(shell expr $(COMPILER_REV_NUMERIC) \>= 509), 1)
79 DEPFLAGS = -xMMD -xMF $(DEP_DIR)/$(@:%=%.d)
80 endif
81
77 #------------------------------------------------------------------------ 82 #------------------------------------------------------------------------
78 # Linker flags 83 # Linker flags
79 84
80 # Use $(MAPFLAG:FILENAME=real_file_name) to specify a map file. 85 # Use $(MAPFLAG:FILENAME=real_file_name) to specify a map file.
81 MAPFLAG = -Wl,--version-script=FILENAME 86 MAPFLAG = -Wl,--version-script=FILENAME