From 96092dc93640b8ad6520a8bae6f78d62eaba0ec2 Mon Sep 17 00:00:00 2001 From: Jörg Thalheim Date: Wed, 1 Jul 2020 21:55:06 +0100 Subject: stdenv: make -nostdinc work as intended Right now we add glibc to search path also -nostdinc was provided, which breaks projects providing their own gcc. --- pkgs/test/cc-wrapper/stdio.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 pkgs/test/cc-wrapper/stdio.h (limited to 'pkgs/test/cc-wrapper/stdio.h') diff --git a/pkgs/test/cc-wrapper/stdio.h b/pkgs/test/cc-wrapper/stdio.h new file mode 100644 index 00000000000..4bddf1d9d48 --- /dev/null +++ b/pkgs/test/cc-wrapper/stdio.h @@ -0,0 +1 @@ +static void foo(void) {} -- cgit 1.4.1