1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00
Commit graph

33 commits

Author SHA1 Message Date
Stefan Lankes
354234c874 remove obsolete makefiles 2017-04-11 12:45:07 +02:00
Daniel Krebs
8380e21463 xray: fix compiler warning 2017-04-03 18:14:56 +02:00
Daniel Krebs
30021d5291 cmake: initial support for CMake build system 2017-04-03 18:14:56 +02:00
Daniel Krebs
eca8be0236 remove old Makefile/autotools based build system and debian scripts 2017-04-03 18:14:42 +02:00
Stefan Lankes
d04690f462 add cmake support 2017-03-31 17:43:45 +02:00
Stefan Lankes
5c31c9149d enable lto support for binutils 2017-03-31 17:39:43 +02:00
Stefan Lankes
a6d4208e45 remove obsolete config flag, which isn't supported by all architecture 2017-03-05 19:55:22 +01:00
Stefan Lankes
ed1b4256a1 Merge branch 'master' into devel 2017-02-12 10:22:54 +01:00
Stefan Lankes
ae195c2310 build target-libgcc before building the whole runtime 2017-02-12 10:21:49 +01:00
Stefan Lankes
c68abd3d1c remove unneeded building of the gcc 2017-02-12 08:47:44 +01:00
Stefan Lankes
ff7e6c427c readd Go support 2017-02-08 08:28:54 +01:00
Stefan Lankes
a2f7d3e4f3 build gcc twice to be suce that libgcc is available 2017-02-07 22:25:41 +01:00
Stefan Lankes
f436e6d12c add missing definition of the fortran compiler 2017-01-23 23:32:47 +01:00
Stefan Lankes
b301e019c5 delete unneeded building of the gcc 2017-01-21 01:11:18 +01:00
Stefan Lankes
8eb427e771 fix path to the syscall header 2017-01-18 13:24:41 +01:00
Stefan Lankes
3448987490 add auto-generated makefiles to the list of ignored files 2017-01-18 12:09:39 +01:00
Stefan Lankes
7329103a30 remove typos 2017-01-17 20:52:06 +01:00
Stefan Lankes
50df9f13a3 install all iRCCE headers 2017-01-17 20:34:33 +01:00
Stefan Lankes
4747001f82 exclude RCCE headers 2017-01-17 20:10:41 +01:00
Stefan Lankes
451f18ea5a Install only RCCE headers 2017-01-17 19:57:02 +01:00
Stefan Lankes
5cf3e00096 on demand creates the install scripts the destination directories 2017-01-17 19:29:50 +01:00
Stefan Lankes
33f949aa47 create Makefiles by HermitCore configure script 2017-01-17 19:09:39 +01:00
Stefan Lankes
f152caa005 remove typo 2017-01-17 18:49:05 +01:00
Stefan Lankes
caf2d34dfe enable sysroot support 2017-01-13 00:51:26 +01:00
Stefan Lankes
92e5a04d6b revise the build process, download required repos on demand 2017-01-10 23:47:18 +01:00
Stefan Lankes
1ce65f052d build libhermit.a without testing 2017-01-08 15:52:14 +01:00
Stefan Lankes
47ec665163 remove obsolete flags 2017-01-08 12:10:00 +01:00
Stefan Lankes
79a12cfff3 create toolchain (and its submodules) only on demand
- only is the configure flag "--with-toolchain" is set, the whole
  toolchain will be created
- gcc & Co are not longer part of this repository => download these
  submodules on demand
2017-01-08 00:59:39 +01:00
Stefan Lankes
9507a45c97 add forward declaration of a few functions to avoid compiler problems 2016-12-09 16:30:54 +01:00
Stefan Lankes
e9ff3fbf49 add current versions of binutils and newlib 2016-12-09 16:30:54 +01:00
Stefan Lankes
fec29f19ff enable c++ & lto support within the bootstrapcompiler 2016-12-03 00:44:32 +01:00
Stefan Lankes
13b2dee63e simplify tests 2016-12-03 00:44:32 +01:00
Stefan Lankes
dfd4272d59 reodering of the directory structure 2016-12-03 00:43:49 +01:00