Skip to content

Commit

Permalink
Merge pull request #27 from YoeDistro/yoe/mut
Browse files Browse the repository at this point in the history
distro: Add yoe-baremetal and yoe-newlib distro configs
  • Loading branch information
cbrake authored Mar 15, 2019
2 parents 70d4873 + 13b05b8 commit 8b60338
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/distro/baremetal.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
TCLIBC = "baremetal"

2 changes: 2 additions & 0 deletions conf/distro/newlib.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
TCLIBC = "newlib"

2 changes: 2 additions & 0 deletions conf/distro/yoe-baremetal.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
require yoe.inc
require baremetal.inc
2 changes: 2 additions & 0 deletions conf/distro/yoe-newlib.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
require yoe.inc
require newlib.inc

0 comments on commit 8b60338

Please sign in to comment.