diff options
author | Alexey Neyman <stilor@att.net> | 2017-01-26 13:50:18 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-01-26 13:50:18 -0800 |
commit | d7b043e360dbf261ddb97accf5c454d3cf88f92e (patch) | |
tree | 80adb198f805f8c2b8057dc12c03dd557a5062af /scripts/build/libc | |
parent | 675f7bfa4eb8415d5695dcda6111d9bd54419b0f (diff) | |
download | crosstool-ng-d7b043e360dbf261ddb97accf5c454d3cf88f92e.tar.gz crosstool-ng-d7b043e360dbf261ddb97accf5c454d3cf88f92e.tar.bz2 crosstool-ng-d7b043e360dbf261ddb97accf5c454d3cf88f92e.zip |
Create <sgidefs.h> if MUSL doesn't create one
Document the status quo and work around for mips-musl.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts/build/libc')
-rw-r--r-- | scripts/build/libc/musl.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/build/libc/musl.sh b/scripts/build/libc/musl.sh index 9bbd95a0..4ccb84c0 100644 --- a/scripts/build/libc/musl.sh +++ b/scripts/build/libc/musl.sh @@ -154,6 +154,9 @@ do_libc_backend_once() { ;; esac done + + # Any additional actions for this architecture + CT_DoArchMUSLPostInstall fi CT_EndStep |