diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2016-02-25 15:04:19 -0500 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2016-02-25 15:04:19 -0500 |
commit | b8a88d0b04fbdee0d3437d3ddaaf2bf8f3ceb814 (patch) | |
tree | 36e3103e2318b6387252a7e5c45f9c2c1359b126 /newlib/libc/include | |
parent | 8b1ede3ce11d53292036aadfcfb6043df0235f9c (diff) | |
download | cygnal-b8a88d0b04fbdee0d3437d3ddaaf2bf8f3ceb814.tar.gz cygnal-b8a88d0b04fbdee0d3437d3ddaaf2bf8f3ceb814.tar.bz2 cygnal-b8a88d0b04fbdee0d3437d3ddaaf2bf8f3ceb814.zip |
Fix _newlib_version.h logic to support building gcc with newlib.
Diffstat (limited to 'newlib/libc/include')
-rw-r--r-- | newlib/libc/include/_newlib_version.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/include/_newlib_version.h b/newlib/libc/include/_newlib_version.h new file mode 100644 index 000000000..d4fffb169 --- /dev/null +++ b/newlib/libc/include/_newlib_version.h @@ -0,0 +1,2 @@ +/* dummy file for external tools to use. Real file is created by + newlib configuration. */ |