Skip to content

Instantly share code, notes, and snippets.

View jerome-pouiller's full-sized avatar

Jérôme Pouiller jerome-pouiller

  • Silicon Labs
  • Rennes, France
View GitHub Profile
/*
* Licence: GPL
* Created: 2020-08-18 17:36:11+02:00
* Main authors:
* - Jérôme Pouiller <jerome.pouiller@silabs.com>
*/
#include <stdio.h>
int main(int argc, char *argv[]) {
int X = 10000;
function! KillAsEmacs()
"if selection:
" Act as Ctrl+x
if has("clipboard")
let reg = '+'
else
let reg = '"'
endif
if col(".") == 1
if get(g:, 'append_tick', -1) == b:changedtick
@jerome-pouiller
jerome-pouiller / cross-compile-ldd
Last active February 26, 2024 03:03
ldd drop-in replacement for cross-compilation toolchains.
#!/bin/bash
# ldd drop-in replacement for cross-compilation toolchains.
# This file is a slightly modified version of xldd.in from
# crosstool-ng 1.22.0
# In order to use it, copy it in same directory than other
# toolchain binaries and rename it with same tuple.
# (i.e. /opt/arm-sysmic-linux-gnueabihf/bin/arm-sysmic-linux-gnueabihf-ldd)
#
# Automatically generated file; DO NOT EDIT.
# Buildroot 2015.02-git-00145-g7352ab3 Configuration
#
BR2_HAVE_DOT_CONFIG=y
#
# Target options
#
BR2_SOFT_FLOAT=y
#
# Automatically generated file; DO NOT EDIT.
# Buildroot 2015.02-git-00145-g7352ab3 Configuration
#
BR2_HAVE_DOT_CONFIG=y
#
# Target options
#
BR2_SOFT_FLOAT=y