Changeset c2efbb4 in mainline for kernel/Makefile.build
- Timestamp:
- 2010-02-20T20:54:53Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 721d4e85, 95c4776
- Parents:
- f516bc2 (diff), b03a666 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile.build
rf516bc2 rc2efbb4 115 115 OBJCOPY = $(BINUTILS_PREFIX)objcopy 116 116 OBJDUMP = $(BINUTILS_PREFIX)objdump 117 LIBDIR = /usr/lib118 117 CFLAGS = $(GCC_CFLAGS) 119 118 DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS) … … 127 126 OBJCOPY = $(TOOLCHAIN_DIR)/bin/$(TARGET)-objcopy 128 127 OBJDUMP = $(TOOLCHAIN_DIR)/bin/$(TARGET)-objdump 129 LIBDIR = $(TOOLCHAIN_DIR)/lib130 128 CFLAGS = $(GCC_CFLAGS) 131 129 DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS) … … 139 137 OBJCOPY = objcopy 140 138 OBJDUMP = objdump 141 LIBDIR = /usr/lib142 139 CFLAGS = $(ICC_CFLAGS) 143 140 DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS) … … 151 148 OBJCOPY = $(BINUTILS_PREFIX)objcopy 152 149 OBJDUMP = $(BINUTILS_PREFIX)objdump 153 LIBDIR = /usr/lib154 150 CFLAGS = $(SUNCC_CFLAGS) 155 151 DEFS += $(CONFIG_DEFS) … … 164 160 OBJCOPY = $(BINUTILS_PREFIX)objcopy 165 161 OBJDUMP = $(BINUTILS_PREFIX)objdump 166 LIBDIR = /usr/lib167 162 CFLAGS = $(CLANG_CFLAGS) 168 163 DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS)
Note:
See TracChangeset
for help on using the changeset viewer.