Skip to content

Commit

Permalink
sorted news by date
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-aladev committed Oct 28, 2014
1 parent 9ccaab3 commit 0610951
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
17 changes: 8 additions & 9 deletions Gemfile
@@ -1,16 +1,17 @@
source "https://rubygems.org/"

gem "bundler", "~> 1.3.5"
gem "rb-inotify", "~> 0.9.4"
gem "bundler", "~> 1.7.3"
gem "rb-inotify", "~> 0.9.5"
gem "eventmachine", "~> 1.0.3"

gem "middleman", "~> 3.2.2"
gem "middleman-deploy", "~> 0.1.4"
gem "closure-compiler", "~> 1.1.10"
gem "middleman", "~> 3.3.6"
gem "middleman-deploy", "~> 0.3.0"
gem "closure-compiler", "~> 1.1.11"
gem "yui-compressor", "~> 0.12.0"
gem "middleman-minify-html", "~> 3.1.1"
gem "middleman-minify-html", "~> 3.4.0"
gem "middleman-syntax", "~> 2.0.0"
gem "redcarpet", "~> 3.1.0"
gem "redcarpet", "~> 3.2.0"
gem "middleman-imageoptim", "~> 0.1.4"

# this should be installed in gentoo global via emerge
# media-gfx/pngcrush
Expand All @@ -19,5 +20,3 @@ gem "redcarpet", "~> 3.1.0"
# media-gfx/jhead
# media-gfx/gifsicle
# app-arch/advancecomp

gem "middleman-imageoptim", "~> 0.1.4"
37 changes: 19 additions & 18 deletions source/index.html.haml
Expand Up @@ -6,22 +6,14 @@
%li
.label
%h1
How to create arm and mips chroot environment in gentoo
How to force inline functions to work with all available C compilers, that supports inline keyword
%p.date
18.03.14
30.06.14
.topic
%p
:markdown
**Crossdev** in gentoo is a utility, that can create toolchain for **cross compilation**. But cross compilation has disadvantages:
%ol
%li You can't run compiled software if host processor does not support target arch.
%li You should support toolchain build configuration for your program and for dependecies of your program, if it does not exist or broken.
%p
:markdown
It is possible to avoid cross compilation by using chroot environment and emulator for target arch.
For example [qemu emulator](http://wiki.qemu.org/Main_Page) has great support of **arm** and **mips** arch.
%a.more(href="/posts/arm-and-mips-chroot.html") Read more

Usage of inline functions is not so trivial as it should be.
%a.more(href="/posts/inline-workaround.html") Read more

%li
.label
%h1
Expand All @@ -41,14 +33,23 @@
%p
Lets create aarch64 chroot environment.
%a.more(href="/posts/aarch64-chroot.html") Read more

%li
.label
%h1
How to force inline functions to work with all available C compilers, that supports inline keyword
How to create arm and mips chroot environment in gentoo
%p.date
30.06.14
18.03.14
.topic
%p
Usage of inline functions is not so trivial as it should be.
%a.more(href="/posts/inline-workaround.html") Read more
:markdown
**Crossdev** in gentoo is a utility, that can create toolchain for **cross compilation**. But cross compilation has disadvantages:
%ol
%li You can't run compiled software if host processor does not support target arch.
%li You should support toolchain build configuration for your program and for dependecies of your program, if it does not exist or broken.
%p
:markdown
It is possible to avoid cross compilation by using chroot environment and emulator for target arch.
For example [qemu emulator](http://wiki.qemu.org/Main_Page) has great support of **arm** and **mips** arch.
%a.more(href="/posts/arm-and-mips-chroot.html") Read more

0 comments on commit 0610951

Please sign in to comment.