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