gcc: add missing symlinks; add musl ada patch
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
e1da908004
commit
4d4b787a37
4 changed files with 16 additions and 0 deletions
1
srcpkgs/gcc-ada
Symbolic link
1
srcpkgs/gcc-ada
Symbolic link
|
@ -0,0 +1 @@
|
|||
gcc
|
13
srcpkgs/gcc/patches/musl-no-termio_h.patch
Normal file
13
srcpkgs/gcc/patches/musl-no-termio_h.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- gcc/ada/terminals.c 2018-01-11 09:55:25.000000000 +0100
|
||||
+++ gcc/ada/terminals.c 2018-10-29 12:53:43.278136221 +0100
|
||||
@@ -1110,8 +1110,8 @@
|
||||
|
||||
/* On some system termio is either absent or including it will disable termios
|
||||
(HP-UX) */
|
||||
-#if !defined (__hpux__) && !defined (BSD) && !defined (__APPLE__) \
|
||||
- && !defined (__rtems__) && !defined (__QNXNTO__)
|
||||
+#if defined (__GLIBC__) && !defined (__hpux__) && !defined (BSD) \
|
||||
+ && !defined (__APPLE__) && !defined (__rtems__) && !defined (__QNXNTO__)
|
||||
# include <termio.h>
|
||||
#endif
|
||||
|
1
srcpkgs/libada
Symbolic link
1
srcpkgs/libada
Symbolic link
|
@ -0,0 +1 @@
|
|||
gcc
|
1
srcpkgs/libada-devel
Symbolic link
1
srcpkgs/libada-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
gcc
|
Loading…
Reference in a new issue