Changeset 97c7682 in mainline for HelenOS.config


Ignore:
Timestamp:
2012-07-14T11:18:40Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
804d9b6
Parents:
0747468 (diff), f0348c8 (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.
Message:

Merge mainline changes.

Text conflict in boot/arch/arm32/Makefile.inc:

Trivial conflict around ifeq condition.

Text conflict in kernel/arch/arm32/include/mm/page.h:

Added defines and set_pt_levelx_present function.
COnflict looked horrible because of the armv4/v7 split.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    r0747468 r97c7682  
    269269@ "gcc_native" GNU C Compiler (native)
    270270@ "icc" Intel C Compiler
    271 @ "suncc" Sun Studio C Compiler
    272271@ "clang" Clang
    273272! [PLATFORM=amd64|PLATFORM=ia32] COMPILER (choice)
     
    282281@ "gcc_cross" GNU C Compiler (cross-compiler)
    283282@ "gcc_native" GNU C Compiler (native)
    284 @ "suncc" Sun Studio C Compiler
    285283! [PLATFORM=sparc64] COMPILER (choice)
    286284
     
    573571
    574572% Include development files (headers, libraries)
    575 ! [RDFMT=tmpfs|RDFMT=ext2fs] CONFIG_DEVEL_FILES (n/y)
     573! CONFIG_DEVEL_FILES (n/y)
    576574
    577575% Strip binaries
     
    590588! CONFIG_BINUTILS (n/y)
    591589
     590% Build MSIM binary
     591! CONFIG_MSIM (n/y)
     592
    592593% Line debugging information
    593594! [CONFIG_STRIP_BINARIES!=y] CONFIG_LINE_DEBUG (n/y)
     
    595596# USB settings
    596597
    597 % USB release build (less logging)
    598 ! CONFIG_USB_RELEASE_BUILD (y/n)
     598% USB verbose messages
     599! CONFIG_USB_VERBOSE (n/y)
    599600
    600601% Start virtual USB host controller
Note: See TracChangeset for help on using the changeset viewer.