Loading pkgs/development/compilers/gcc/common/configure-flags.nix +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ let # In uclibc cases, libgomp needs an additional '-ldl' # and as I don't know how to pass it, I disable libgomp. "--disable-libgomp" ] ++ lib.optional (targetPlatform.libc == "newlib") "--with-newlib" ] ++ lib.optional (targetPlatform.libc == "newlib" || targetPlatform.libc == "newlib-nano") "--with-newlib" ++ lib.optional (targetPlatform.libc == "avrlibc") "--with-avrlibc" ); Loading Loading
pkgs/development/compilers/gcc/common/configure-flags.nix +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ let # In uclibc cases, libgomp needs an additional '-ldl' # and as I don't know how to pass it, I disable libgomp. "--disable-libgomp" ] ++ lib.optional (targetPlatform.libc == "newlib") "--with-newlib" ] ++ lib.optional (targetPlatform.libc == "newlib" || targetPlatform.libc == "newlib-nano") "--with-newlib" ++ lib.optional (targetPlatform.libc == "avrlibc") "--with-avrlibc" ); Loading