Changeset 1d40c93d in mainline for defaults/ia32/Makefile.config


Ignore:
Timestamp:
2017-09-12T19:27:15Z (7 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6c4eedf
Parents:
9520af7
Message:

Include development files by default on ia32 and amd64

On these architectures there is no problem in increasing the image size
a little bit. The advantage is that user can install GCC and binutils
and can actually compile programs on HelenOS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • defaults/ia32/Makefile.config

    r9520af7 r1d40c93d  
    7777CONFIG_USE_SHARED_LIBS = y
    7878
     79# Include development files (headers, libraries)
     80CONFIG_DEVEL_FILES = y
     81
    7982# OHCI root hub power switch, ganged is enough
    8083OHCI_POWER_SWITCH = ganged
Note: See TracChangeset for help on using the changeset viewer.