Changeset 836d0689 in mainline for kernel/Makefile.build


Ignore:
Timestamp:
2010-02-16T18:45:45Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5d618d8
Parents:
dfecf88
Message:

revert the previous commit, as it is futile after all

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile.build

    rdfecf88 r836d0689  
    9191## Cross-platform assembly to start a symtab.data section
    9292#
    93 ifeq ($(KARCH),abs32le)
    94         SYMTAB_SECTION = ".section symtab.data, \"a\";"
    95 else
    96         SYMTAB_SECTION = ".section symtab.data, \"a\", $(ATSIGN)progbits;"
    97 endif
     93SYMTAB_SECTION = ".section symtab.data, \"a\", $(ATSIGN)progbits;"
    9894
    9995## Simple detection for the type of the host system
Note: See TracChangeset for help on using the changeset viewer.