93 Commits

Author SHA1 Message Date
5c3f796756 gcc native: mess with environment variables 2019-11-13 18:19:34 +01:00
02d871e58d gcc native: actually put --host=x86_64-jehanne; set LDFLAGS and LDLIBS 2019-11-12 00:12:09 +01:00
329683c7cf gcc native: copy to /posix 2019-11-12 00:23:23 +01:00
655f19e322 gcc native: unset $CPATH (set in ./hacking/devshell.sh); replace ftp with https in cross/pkgs/gcc/src/gcc/contrib/download_prerequisites 2019-11-11 00:15:54 +01:00
23c117a97e gcc native: almost there 2019-11-08 01:43:04 +01:00
8f6f592374 gcc native: upgrade to binutils-2.33.1 and gcc-9.2.0 2019-11-06 00:34:50 +01:00
9a5e6673e8 gcc native: patch/gcc/gcc/config.gcc 2019-11-06 00:08:44 +01:00
62881baa8c gcc native: build.sh reindent 2019-11-05 00:51:04 +01:00
b866bb47cf gcc native: fix mpfr version in mpfr 2019-11-05 00:35:42 +01:00
fc3f76eb31 gcc native: build binutils 2019-11-05 00:22:29 +01:00
6868f18e46 Merge branch 'master' into port-gcc 2019-11-05 00:24:22 +01:00
61806bacc9 port-gcc: more 2019-11-05 00:19:53 +01:00
14e9ad0fe7 newlib: update 2019-08-27 00:27:22 +02:00
ba666b8764 newlib: update 2019-08-12 01:43:07 +02:00
1781fc1393 newlib: update 2019-08-12 01:44:03 +02:00
76f7599057 newlib: update 2019-08-11 22:55:48 +02:00
14f054b6f8 gcc native: more binutils build in build.sh 2019-03-28 01:00:16 +01:00
0fef60d69d gcc native: draft binutils build in build.sh (not working) 2018-11-29 18:13:48 +01:00
aa0ff70ecb gcc native: more build.sh 2018-11-29 02:38:34 +01:00
705762061c gcc native: gcc and binutils to fetch.json 2018-11-28 18:33:11 +01:00
f781514ecd gcc native: more build.sh 2018-11-28 18:32:39 +01:00
1c428cd009 gcc native: small fixes 2018-11-28 11:47:24 +01:00
d6d8336e8a gcc native: hopefully improvements (build.sh doesn't work yet) 2018-11-27 18:53:32 +01:00
229fbc9633 gcc native: build libmpc 2018-11-27 01:46:03 +01:00
1a903c6e2f gcc native: fix libgmp build; fix libmpfr build 2018-11-27 00:28:08 +01:00
169b4f7374 Merge branch 'posix-dir' into port-gcc 2018-11-26 23:30:31 +01:00
7401210ed2 mksh: use $JEHENNE/posix 2018-11-26 23:29:26 +01:00
e7ffc3d906 newlib: ansification + upstream update 2018-11-26 04:02:20 +01:00
88889951db native gcc: draft libmpfr (not working) 2018-11-26 01:52:25 +01:00
e0db397862 native gcc: build libgmp 2018-11-26 00:57:13 +01:00
2e4d391394 mksh: update 2018-11-21 00:05:45 +01:00
f51357ecd2 newlib: more posix functions 2018-11-20 00:50:26 +01:00
7ee2b99c37 newlib: add support for O_NONBLOCK 2018-01-15 22:43:03 +01:00
5cd196c929 cross/pkgs: update newlib and mksh (thanks Thorsten!) 2018-01-06 02:38:10 +01:00
e451b1b7e9 mksh: install in /cmd/mksh instead of /cmd/sh 2017-12-29 22:58:24 +01:00
2b55730b0d newlib: support ioctl for TIOCGWINSZ and TIOCSWINSZ; mksh improvements 2017-12-22 00:39:05 +01:00
ba36ad5a30 mksh: fix build.sh logging 2017-12-22 00:26:38 +01:00
33779334f1 mksh: simplify Build.sh 2017-12-21 07:49:37 +01:00
61e5639399 cross-pkgs: build newlib and mksh 2017-12-19 00:19:23 +01:00
d23164d2a8 mksh: .gitignore 2017-12-19 00:18:26 +01:00
949ca19440 mksh: better build 2017-12-19 00:07:41 +01:00
86c2386c1c devtools: simplify newlib's build; add mksh build 2017-12-18 00:16:35 +01:00
0a24d1ca1e mksh: no need for build/init_libc.c 2017-11-20 00:45:25 +01:00
e7e208bc06 mksh: rfork(RFENVG|RFFDG|RFREND|RFNOTEG) on init 2017-10-06 00:27:11 +02:00
e0dd5825e2 mksh: rfork(RFENVG) on application init 2017-10-03 22:28:14 +02:00
d98051f943 mksh: build in build/ dir; enable SIGCHLD
To build in mksh/build/ directory use:

  TARGET_OS=Jehanne CC=x86_64-jehanne-gcc CPPFLAGS="-g -ggdb -gdwarf-2 -O0" sh ../src/Build.sh -r
2017-09-26 01:09:43 +02:00
d4017ca6a9 mksh: define MKSH__NO_SYMLINK since Jehanne does not support them 2017-09-07 23:36:46 +02:00
5384da007a newlib: add rename and getpgid 2017-09-07 23:35:48 +02:00
ba50776c90 newlib: add umask, chmod and fchmodat 2017-09-06 23:03:27 +02:00
39de8b3851 mksh: no need for MKSH_NO_SIGSETJMP 2017-09-04 00:01:03 +02:00