This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, OR1K] Baremetal system for OpenRISC


Hi Corinna,

thanks a lot and sorry to bother you again, but this time I accidentally
missed the configure.in patch in sys. Maybe thats the reason you spared
it out.. You will run autotools again, correct?

Bye,
Stefan
commit 90ed74e83d890a4388b9bb25a6adb820cefbc8f1
Author: Stefan Wallentowitz <stefan.wallentowitz@tum.de>
Date:   Tue Jan 20 13:09:46 2015 +0100

    newlib/Changelog:
    	* newlib/libc/sys/configure.in: Add OpenRISC

diff --git a/newlib/libc/sys/configure.in b/newlib/libc/sys/configure.in
index d388bb8..4c6266d 100644
--- a/newlib/libc/sys/configure.in
+++ b/newlib/libc/sys/configure.in
@@ -34,6 +34,7 @@ if test -n "${sys_dir}"; then
 	m88kbug) AC_CONFIG_SUBDIRS(m88kbug) ;;
 	mmixware) AC_CONFIG_SUBDIRS(mmixware) ;;
 	netware) AC_CONFIG_SUBDIRS(netware) ;;
+	or1k) AC_CONFIG_SUBDIRS(or1k) ;;
 	rdos) AC_CONFIG_SUBDIRS(rdos) ;;
 	rtems) AC_CONFIG_SUBDIRS(rtems) ;;
 	sh) AC_CONFIG_SUBDIRS(sh) ;;

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]