Prepare for env git migration

Signed-off-by: PeroSar <perosar1111@gmail.com>
This commit is contained in:
PeroSar 2022-06-03 23:00:30 +05:30
parent 15255af004
commit ac43b015ba
Signed by: PeroSar
GPG Key ID: 5C2D258445DA8B58
4 changed files with 6 additions and 6 deletions

View File

@ -24,7 +24,7 @@ steps:
- name: release
image: tystuyfzand/drone-gitea-release
settings:
gitea_server: https://tildegit.org
gitea_server: https://git.envs.net
tag_file: tag.txt
title_file: title.txt
files: [ 'aarch64-linux-android-emerald.tar.xz' ]

View File

@ -1,6 +1,6 @@
# Emerald GCC
[![Drone CI](https://img.shields.io/drone/build/PeroSar/emerald-gcc?logo=drone&logoColor=blue&server=https%3A%2F%2Fdrone.tildegit.org)](https://drone.tildegit.org/PeroSar/emerald-gcc)
[![Drone CI](https://img.shields.io/drone/build/perosar/emerald-gcc?logo=drone&logoColor=blue&server=https%3A%2F%2Fdrone.envs.net)](https://drone.envs.netg/perosar/emerald-gcc)
## About
@ -16,7 +16,7 @@ Some projects still require GCC for building.
## How to use
- Get tarball from latest [gitea release](https://tildegit.org/PeroSar/emerald-gcc/releases)
- Get tarball from latest [gitea release](https://git.envs.net/perosar/emerald-gcc/releases)
- Extract
```bash

View File

@ -32,5 +32,5 @@ mkdir -vp build && cd "$_"
--enable-plugins --disable-nls
# Building
make -j4
make -j10
make install -j1

View File

@ -40,9 +40,9 @@ mkdir -vp build && cd "$_"
--disable-libsanitizer --disable-nls \
--enable-threads=posix --enable-__cxa_atexit \
--enable-clocale=gnu --disable-libstdcxx-pch \
--with-bugurl='https://tildegit.org/PeroSar/emerald-gcc/issues'
--with-bugurl='https://git.envs.net/PeroSar/emerald-gcc/issues'
# Building
make -j4
make -j10
export PATH="$PREFIX/bin:$PATH"
make install-strip -j1