History log of /relibc/Makefile (Results 1 – 25 of 116)
Revision Date Author Comments
# 5e1004a8 13-May-2023 login <longjin@DragonOS.org>

编译的时候,如果系统已经安装x86_64-dragonos-gcc,则使用x86_64-dragonos-gcc来编译 (#10)

* 编译的时候,如果系统已经安装x86_64-dragonos-gcc,则使用x86_64-dragonos-gcc来编译


# 7016e5c8 01-Apr-2023 login <longjin@DragonOS.org>

Merge pull request #1 from DragonOS-Community/patch-add-dragonos-port

Patch add dragonos port


# 39989b48 01-Apr-2023 longjin <longjin@RinGoTek.cn>

适配dragonos


# ed193815 01-Apr-2023 longjin <longjin@RinGoTek.cn>

target=x86_64-dragonos能通过编译


# 6fd98d55 31-Mar-2023 longjin <longjin@RinGoTek.cn>

复制了一份linux的配置,并改名为dragonos


# ba87e489 19-Dec-2022 Jeremy Soller <jackpot51@gmail.com>

Create empty libdl and librt libraries


# aa2397ce 27-Jul-2022 Jeremy Soller <jackpot51@gmail.com>

Merge branch 'userspace_fexec' into 'master'

Userspace fexec

See merge request redox-os/relibc!343


# 2186cd1f 22-Jan-2022 4lDO2 <4lDO2@protonmail.com>

Implement fexec in userspace.


# 559387cc 22-Jul-2022 Jeremy Soller <jackpot51@gmail.com>

Initial support for x86 32-bit


# 6d394ba4 27-Mar-2022 4lDO2 <4ldo2@protonmail.com>

Merge branch 'update-dependencies' into 'master'

Update dependencies for rust 2022-03-18.

See merge request redox-os/relibc!342


# ebd597f7 10-Mar-2022 4lDO2 <4lDO2@protonmail.com>

Update dependencies for rust 2022-03-18.


# 7f7d73de 03-Aug-2021 Jeremy Soller <jeremy@system76.com>

Link crt1.o to crt0.o


# 606bfc9c 19-Jul-2021 Jeremy Soller <jeremy@system76.com>

Weaken more rust symbols


# 98c60c35 18-Jun-2021 4lDO2 <4ldo2@protonmail.com>

Merge branch 'update_toolchain' into 'master'

Update toolchain

See merge request redox-os/relibc!338


# 700c53cf 19-Mar-2021 4lDO2 <4lDO2@protonmail.com>

Update toolchain to 2021-06-15


# 3c1300e8 11-Jan-2021 Jeremy Soller <jeremy@system76.com>

Improvements for aarch64 support


# 07ec3b65 18-Oct-2020 Jeremy Soller <jackpot51@gmail.com>

Merge branch 'mk-subs' into 'master'

Add submodules target to main makefile

See merge request redox-os/relibc!323


# e5539a57 18-Oct-2020 hasheddan <georgedanielmangum@gmail.com>

Add submodules target to main makefile

Adds a submodules convenience target to main makefile. Submodules must
be initialized before other targets can run successfully.

Signed-off-by: hasheddan <geo

Add submodules target to main makefile

Adds a submodules convenience target to main makefile. Submodules must
be initialized before other targets can run successfully.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>

show more ...


# 9529e095 06-Oct-2020 Jeremy Soller <jeremy@system76.com>

Force overwrite of libc.so.6 if it exists


# 687f4d49 30-Sep-2020 Jeremy Soller <jackpot51@gmail.com>

Merge branch 'dynamic' into 'master'

Add tests for ld_so

See merge request redox-os/relibc!314


# c000373a 28-Sep-2020 Mateusz Tabaka <tab.debugteam@gmail.com>

Add symlink from libc.so to libc.so.6

Typically it's the other way around, but we can't have shared library named libc.so.6 in target/release directory.
cargo includes 'target/release' in LD_LIBRARY

Add symlink from libc.so to libc.so.6

Typically it's the other way around, but we can't have shared library named libc.so.6 in target/release directory.
cargo includes 'target/release' in LD_LIBRARY_PATH for build script, so even if clean build runs fine,
every subsquent run will make build script link with relibc.

show more ...


# 4a6ef022 06-Sep-2020 Jeremy Soller <jackpot51@gmail.com>

Merge branch 'weak_rust_probestack' into 'master'

link: Weaken __rust_probestack symbol

See merge request redox-os/relibc!310


# 9e0e8834 06-Sep-2020 Esteban Blanc <estblcsk@gmail.com>

link: Weaken __rust_probestack symbol


# 3a0d2177 25-Aug-2020 Jeremy Soller <jeremy@system76.com>

Variable for weakened symbols, weaken umodti3


# 5472e117 22-Aug-2020 Jeremy Soller <jeremy@system76.com>

Weaken __fixdfti


12345