From dfa60cd89dde292aaa770f6511852f9d10b7011d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Wed, 3 Jun 2020 04:00:03 +0000 Subject: [PATCH] timespec_get.c: remove from baremetal, fails build --- path_properties.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/path_properties.py b/path_properties.py index f51b13d..993616c 100644 --- a/path_properties.py +++ b/path_properties.py @@ -660,6 +660,8 @@ path_properties_tuples = ( 'm5ops.c': {'allowed_emulators': {'gem5'}}, 'return1.c': {'exit_status': 1}, 'return2.c': {'exit_status': 2}, + # Wrapper not defined by newlib. + 'timespec_get.c': {'baremetal': False}, } ), 'cpp': (