Skip to content

Commit

Permalink
ARM: can build with llvm, switch to EABI
Browse files Browse the repository at this point in the history
	. bitcode fixes
	. switch to compiler-rt instead of netbsd libc functions
	  or libgcc for support functions for both x86 and arm
	. minor build fixes
	. allow  build with llvm without crossbuilding llvm itself
	. can now build minix/arm using llvm and eabi - without C++
	  support for now (hence crossbuilding llvm itself is turned off
	  for minix/arm)

Change-Id: If5c44ef766f5b4fc4394d4586ecc289927a0d6eb
  • Loading branch information
bengras committed Dec 12, 2014
1 parent 41ba8c0 commit 5ae1a53
Show file tree
Hide file tree
Showing 38 changed files with 459 additions and 843 deletions.
2 changes: 1 addition & 1 deletion common/lib/libc/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

COMMON_DIR:=${.PARSEDIR}
.if defined(__MINIX)
COMMON_CODEDIRS=atomic gen inet md net quad stdlib string
COMMON_CODEDIRS=atomic gen inet md net stdlib string
.else
COMMON_CODEDIRS=atomic gen gmon inet md net quad stdlib string sys
.endif
Expand Down
381 changes: 0 additions & 381 deletions common/lib/libc/arch/arm/gen/divide.S

This file was deleted.

Loading

0 comments on commit 5ae1a53

Please sign in to comment.