diff options
author | Daniel Seither <[email protected]> | 2015-07-17 14:26:30 +0200 |
---|---|---|
committer | Daniel Seither <[email protected]> | 2015-07-17 15:31:28 +0200 |
commit | b69c375f2cd6b6a6579cb400f5d4c67593197ff7 (patch) | |
tree | 00466acb9a3d80feb50a4fa9781f41a921d7042a /src/lib/utils | |
parent | 66ffb49c743aa45a58011ba8cedc14b5ccac9d25 (diff) |
Add Android OS
The android.txt is a copy of linux.txt minus the getsid feature
(Android's libc, Bionic, doesn't support it) and the alias linux-gnu. It
is supported anywhere where linux is supported.
Diffstat (limited to 'src/lib/utils')
-rw-r--r-- | src/lib/utils/asm_x86_32/info.txt | 1 | ||||
-rw-r--r-- | src/lib/utils/asm_x86_64/info.txt | 1 | ||||
-rw-r--r-- | src/lib/utils/dyn_load/info.txt | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/utils/asm_x86_32/info.txt b/src/lib/utils/asm_x86_32/info.txt index 6da494629..8eeefe70e 100644 --- a/src/lib/utils/asm_x86_32/info.txt +++ b/src/lib/utils/asm_x86_32/info.txt @@ -10,6 +10,7 @@ x86_32 # ELF systems <os> +android linux freebsd dragonfly diff --git a/src/lib/utils/asm_x86_64/info.txt b/src/lib/utils/asm_x86_64/info.txt index 0db499d46..8e381486d 100644 --- a/src/lib/utils/asm_x86_64/info.txt +++ b/src/lib/utils/asm_x86_64/info.txt @@ -16,6 +16,7 @@ icc # ELF systems <os> +android linux netbsd openbsd diff --git a/src/lib/utils/dyn_load/info.txt b/src/lib/utils/dyn_load/info.txt index 3dc3c5d03..0cc4e4e73 100644 --- a/src/lib/utils/dyn_load/info.txt +++ b/src/lib/utils/dyn_load/info.txt @@ -3,6 +3,7 @@ define DYNAMIC_LOADER 20131128 load_on dep <os> +android freebsd linux netbsd @@ -13,6 +14,7 @@ windows </os> <libs> +android -> dl linux -> dl solaris -> dl </libs> |