]> rtime.felk.cvut.cz Git - hercules2020/hercules-compiler.git/log
hercules2020/hercules-compiler.git
5 years agoUpdate debian/changelog debian/2017.11-2
Michal Sojka [Thu, 10 May 2018 23:22:58 +0000 (01:22 +0200)]
Update debian/changelog

5 years agoREADME: Cover cross-building for Xenial
Michal Sojka [Thu, 10 May 2018 23:00:34 +0000 (01:00 +0200)]
README: Cover cross-building for Xenial

5 years agoBuild native *-tblgen during cross builds
Michal Sojka [Thu, 10 May 2018 20:42:23 +0000 (22:42 +0200)]
Build native *-tblgen during cross builds

For some reason, LLVM buildsystem does treat our crossbuilds as native
builds. Perhaps because we use qemu-user-static to allow running cross
binaries. To build everything correcly, native tblgen binaries are
needed.

This commit build native tblgen binaries and uses them for the cross
build.

5 years agoFix cross-building of Hercules passes
Michal Sojka [Thu, 10 May 2018 21:28:59 +0000 (23:28 +0200)]
Fix cross-building of Hercules passes

5 years agoMark python3 dependency as any
Michal Sojka [Thu, 10 May 2018 13:05:44 +0000 (15:05 +0200)]
Mark python3 dependency as any

This ensures that cross-build does not install target (arm) version of
python3 but a native (amd64) one.

5 years agoAdd README
Michal Sojka [Mon, 7 May 2018 06:33:32 +0000 (08:33 +0200)]
Add README

5 years agoSwitch to release build
Michal Sojka [Mon, 7 May 2018 05:36:13 +0000 (07:36 +0200)]
Switch to release build

5 years agoUpdate prefix etc.
Michal Sojka [Sun, 6 May 2018 22:07:50 +0000 (00:07 +0200)]
Update prefix etc.

5 years agoUpdate rules
Michal Sojka [Sun, 6 May 2018 22:06:13 +0000 (00:06 +0200)]
Update rules

5 years agoUpdate rules
Michal Sojka [Sun, 6 May 2018 22:03:27 +0000 (00:03 +0200)]
Update rules

5 years agoUpdate patch
Michal Sojka [Sun, 6 May 2018 21:47:21 +0000 (23:47 +0200)]
Update patch

5 years agoAdd debian/patches etc.
Michal Sojka [Sun, 6 May 2018 21:42:26 +0000 (23:42 +0200)]
Add debian/patches etc.

5 years agoAlso compile and install libpremnotify
Michal Sojka [Sun, 6 May 2018 21:22:06 +0000 (23:22 +0200)]
Also compile and install libpremnotify

5 years agoBuild & install Hercules passes
Michal Sojka [Sun, 6 May 2018 09:44:32 +0000 (11:44 +0200)]
Build & install Hercules passes

5 years agoCreate orig.tar.gz from git index rather than from worktree
Michal Sojka [Sun, 6 May 2018 08:19:03 +0000 (10:19 +0200)]
Create orig.tar.gz from git index rather than from worktree

5 years agoUpdate Makefile
Michal Sojka [Thu, 3 May 2018 07:13:55 +0000 (09:13 +0200)]
Update Makefile

5 years agoCross compile to arm64 works
Michal Sojka [Thu, 3 May 2018 06:44:15 +0000 (08:44 +0200)]
Cross compile to arm64 works

5 years agoAdd build dependencies and create-orig-tgz Makefile target
Michal Sojka [Wed, 2 May 2018 17:27:17 +0000 (19:27 +0200)]
Add build dependencies and create-orig-tgz Makefile target

5 years agoAdd simple debian packaging
Michal Sojka [Wed, 2 May 2018 16:12:02 +0000 (18:12 +0200)]
Add simple debian packaging

5 years agoInitial commit
Ing. Michal Sojka [Wed, 2 May 2018 08:47:07 +0000 (10:47 +0200)]
Initial commit