diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2006-05-30 08:09:11 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2006-05-30 08:09:11 +0000 |
commit | 8e06ef91c2d4a7d9d3d7cd977c36a1e2c5e8d055 (patch) | |
tree | a249a17467faf91f60fc75196d4c6cffc7b6c2bd /toolchain | |
parent | 573fe2752b1fd254a24b9cc593c823a04a655621 (diff) | |
download | buildroot-novena-8e06ef91c2d4a7d9d3d7cd977c36a1e2c5e8d055.tar.gz buildroot-novena-8e06ef91c2d4a7d9d3d7cd977c36a1e2c5e8d055.zip |
libstc++ requires large file support
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gcc/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 80d8b58f7..5da7f7d3d 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -105,6 +105,7 @@ config BR2_EXTRA_GCC_CONFIG_OPTIONS config BR2_INSTALL_LIBSTDCPP bool "Build/install c++ compiler and libstdc++?" default n + select BR2_LARGEFILE help Build/install c++ compiler and libstdc++? |