Skip to content

Commit

Permalink
A little bit of cleanup before merging compiler backend fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rlyerly committed Jan 9, 2018
1 parent e07c2ad commit ce78b7a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ recommended that applications be built on x86-64.
build-essential
gcc-aarch64-linux-gnu
g++-aarch64-linux-gnu
libc6-dev-i386
libc6-dev-i386
+ flex & bison (x86-64 only), needed by binutils
- On Ubuntu 14.04 & higher, x86-64, install the following packages:
flex
Expand Down
2 changes: 1 addition & 1 deletion lib/migration/src/migrate.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include "trigger.h"
#endif

#if _TIME_REWRITE
#if _TIME_REWRITE == 1
#include "timer.h"
#endif

Expand Down
2 changes: 0 additions & 2 deletions tool/alignment/tests/3-archs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ ARM64_LIBGCC := $(shell dirname \
POWERPC64_LIBGCC := $(shell dirname \
$(shell powerpc64le-linux-gnu-gcc -print-libgcc-file-name))

#POWERPC64_LIBGCC :=/usr/lib/gcc-cross/powerpc64le-linux-gnu/5.4.0

# FIXME name of the generated executable
BIN := test

Expand Down

0 comments on commit ce78b7a

Please sign in to comment.