Skip to content

Instantly share code, notes, and snippets.

View basedjakfan2's full-sized avatar

Ishimoto Shinobu basedjakfan2

View GitHub Profile
From 5978020202a4b50eedb64fb9bff1018644ef1a81 Mon Sep 17 00:00:00 2001
From: Taylor Berlioz <[email protected]>
Date: Thu, 30 Jun 2022 12:12:14 -0700
Subject: [PATCH 2/2] do not depend on gcc runtime
Signed-off-by: Taylor Berlioz <[email protected]>
---
Makeconfig | 21 +++++++++++++++------
Makerules | 2 +-
config.make.in | 1 +
@basedjakfan2
basedjakfan2 / bootstrapping-rust-freebsd-aarch64.md
Created June 19, 2022 20:04 — forked from dumbbell/bootstrapping-rust-freebsd-aarch64.md
Bootstrapping Rust and Cargo on FreeBSD/aarch64

Bootstrapping Rust and Cargo on FreeBSD/aarch64

At the time of this writing, Rust and Cargo are available on FreeBSD/amd64 and FreeBSD/i386 only, whether it is from rustup or from the FreeBSD ports tree. Here is how I could bootstrap Rust and Cargo for FreeBSD/aarch64 from FreeBSD/amd64.

Base system for the target

To be able to cross-compile anything, you need a userland for the target.

From a release

@basedjakfan2
basedjakfan2 / 1._Howto_build_Win2k3.md
Created February 28, 2022 20:25
an interseting tutoriel
@basedjakfan2
basedjakfan2 / sneed.patch
Created February 5, 2022 15:42
you will never be a real woman
From f0068c8695ecc519e9009e4adca74100e9fdf34b Mon Sep 17 00:00:00 2001
From: Taylor Berlioz <[email protected]>
Date: Sat, 5 Feb 2022 07:39:10 -0800
Subject: [PATCH] clang!
Signed-off-by: Taylor Berlioz <[email protected]>
---
Makeconfig | 12 ++
Makerules | 4 +-
benchtests/Makefile | 2 +

SSH keypair setup for GitHub (or GitHub/GitLab/BitBucket, etc, etc)

Create a repo.

Make sure there is at least one file in it (even just the README.md)

Generate a SSH key pair (private/public):

ssh-keygen -t rsa -C "[email protected]"