Skip to content

Instantly share code, notes, and snippets.

@Rupurudu
Rupurudu / DisblockOrigin.theme.css
Last active May 15, 2024 01:24 — forked from TheSunCat/DisblockOrigin.theme.css
Hide all Nitro & Boost upsells in Discord!
/**
* @name Adblock for Discord
* @author TheSunCat and contributors
* @version 1.0.0
* @description Hide all Nitro & Boost upsells on Discord!
* @source https://gist.github.com/TheSunCat/58fedaa19d6154ef3e4b2b676c286906
*/
/* ------------------ */
/* Hide Nitro upsells */
mustafacan@debian:~/coreboot/util/crossgcc/xgcc/bin$ ls
acpibin i386-elf-c++filt i386-elf-gcov-dump i386-elf-ranlib
acpidump i386-elf-cpp i386-elf-gcov-tool i386-elf-readelf
acpiexec i386-elf-dwp i386-elf-gnatbind i386-elf-size
acpihelp i386-elf-elfedit i386-elf-gprof i386-elf-strings
acpinames i386-elf-gcc i386-elf-ld i386-elf-strip
acpisrc i386-elf-gcc-8.3.0 i386-elf-ld.bfd iasl
acpixtract i386-elf-gcc-ar i386-elf-ld.gold make
i386-elf-addr2line i386-elf-gcc-nm i386-elf-nm nasm
i386-elf-ar i386-elf-gcc-ranlib i386-elf-objcopy ndisasm
@Rupurudu
Rupurudu / .xcompile
Created May 2, 2020 19:32
.xcompile
# platform agnostic and host tools
XGCCPATH:=/home/mustafacan/coreboot/util/crossgcc/xgcc/bin/
IASL:=/home/mustafacan/coreboot/util/crossgcc/xgcc/bin/iasl
HOSTCC?=gcc
CPUS?=2
###########################################################################
# arm
# TARCH_SEARCH= /home/mustafacan/coreboot/util/crossgcc/xgcc/bin/armv7-a-eabi- armv7-a-eabi- armv7-a-linux-gnu- armv7-a-linux- armv7-a- armv7-a-linux-gnueabi- /home/mustafacan/coreboot/util/crossgcc/xgcc/bin/armv7a-eabi- armv7a-eabi- armv7a-linux-gnu- armv7a-linux- armv7a- armv7a-linux-gnueabi- /home/mustafacan/coreboot/util/crossgcc/xgcc/bin/arm-eabi- arm-eabi- arm-linux-gnu- arm-linux- arm- arm-linux-gnueabi-
# elf32-littlearm toolchain ()
configure.ac:113: error: possibly undefined macro: pds_AC_DOS_PATHS
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports the include directive... yes (GNU style)
mustafacan@Can-PC:~$ git clone https://review.coreboot.org/coreboot
Cloning into 'coreboot'...
remote: Counting objects: 1287, done
remote: Finding sources: 100% (1274/1274)
remote: Total 522505 (delta 185), reused 521949 (delta 185)
Receiving objects: 100% (522505/522505), 135.25 MiB | 1.80 MiB/s, done.
Resolving deltas: 100% (400127/400127), done.
Checking out files: 100% (14946/14946), done.
mustafacan@Can-PC:~$ cd coreboot
mustafacan@Can-PC:~/coreboot$ make crossgcc-i386 CPUS=$(nproc)