mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 08:51:08 +00:00
16 lines
501 B
Plaintext
16 lines
501 B
Plaintext
|
LICENSE := LGPL
|
||
|
VERSION := 6.3.0
|
||
|
DOWNLOADS := sanitizer.archive
|
||
|
|
||
|
URL(sanitizer) := ftp://ftp.fu-berlin.de/gnu/gcc/gcc-$(VERSION)/gcc-$(VERSION).tar.bz2
|
||
|
SHA(sanitizer) := f06ae7f3f790fbf0f018f6d40e844451e6bc3b7bc96e128e63b09825c1f8b29f
|
||
|
DIR(sanitizer) := src/lib/sanitizer
|
||
|
SIG(sanitizer) := ${URL(gcc)}
|
||
|
KEY(sanitizer) := GNU
|
||
|
|
||
|
TAR_OPT(sanitizer) := gcc-$(VERSION)/libsanitizer \
|
||
|
--strip-components=2
|
||
|
|
||
|
PATCHES := src/lib/sanitizer/*.patch
|
||
|
PATCH_OPT := -p1 -d src/lib/sanitizer
|