Changeset dfecf88 in mainline
- Timestamp:
- 2010-02-16T17:42:36Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 836d0689
- Parents:
- fb52db8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile.build
rfb52db8 rdfecf88 91 91 ## Cross-platform assembly to start a symtab.data section 92 92 # 93 SYMTAB_SECTION = ".section symtab.data, \"a\", $(ATSIGN)progbits;" 93 ifeq ($(KARCH),abs32le) 94 SYMTAB_SECTION = ".section symtab.data, \"a\";" 95 else 96 SYMTAB_SECTION = ".section symtab.data, \"a\", $(ATSIGN)progbits;" 97 endif 94 98 95 99 ## Simple detection for the type of the host system
Note:
See TracChangeset
for help on using the changeset viewer.