Skip to content
Draft
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.o
*.so
src/**/Makefile
*.dot
lastresults.csv
Expand All @@ -8,6 +9,7 @@ vgcore*
core.*
core
*.lo
*.a
*.la
**/runner
tce/Makefile
Expand Down Expand Up @@ -35,7 +37,7 @@ tce/*/Makefile
tce/src/tools/tce_version_string.h
tce/newlib-1.17.0/tce-llvm
RE:.*/.deps
RE:.*/.libs
**/.libs
tce/test/Makefile.in
RE:tce/src/.*/Makefile
RE:tce/test/.*/Makefile.in
Expand Down
11 changes: 11 additions & 0 deletions tce/INSTALL
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Quick start
===========

Quick installation instructions are included for several operating systems. If
you're running a Debian-based Linux system (e.g. Ubuntu), follow the
instructions in INSTALL.Debian. Similarly, for RedHat-related distributions
(e.g. CentOS), follow the instructions in INSTALL.RedHat.

The remainder of this document goes into more detail on the dependencies,
versions, and installation procedure for a Unix-style operating system.

Operating system
================

Expand Down
1 change: 0 additions & 1 deletion tce/newlib-1.17.0/newlib/libc/include/machine/ieeefp.h
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@

#ifdef __TCE__
#define __IEEE_BIG_ENDIAN
#define _DOUBLE_IS_32BITS
/*
This define is used but never defined anywhere.. maybe it's not needed at all
#define NO_LONG_DOUBLE
Expand Down
Loading