Fix missing generated files

This commit is contained in:
Corinna Vinschen 2014-07-17 18:43:55 +00:00
parent 81fd6210c0
commit cdd7651698
1 changed files with 3 additions and 0 deletions

View File

@ -3,8 +3,11 @@
* configure.host: Remove or16 and or32 targets and add or1k.
* libc/include/machine/ieeefp.h: Replace or32 with or1k.
* libc/machine/configure.in: Add or1k subdirectory.
* libc/machine/configure: Regenerate.
* libc/machine/or1k/configure.in: New file.
* libc/machine/or1k/configure: New file.
* libc/machine/or1k/Makefile.am: New file.
* libc/machine/or1k/Makefile.in: New file.
* libc/machine/or1k/setjmp.S: New file.
2014-07-14 Nick Withers <nick.withers@anu.edu.au>