13 Apr 2013 21:48
Project teleconference, Sunday April 14, 2013
Julius Baxter <juliusbaxter <at> gmail.com>
2013-04-13 19:48:33 GMT
2013-04-13 19:48:33 GMT
Hi all We're organising a teleconference tomorrow, Sunday April 14, at 6PM BST (British summer time). All project users and developers are invited to join in. The aim of this is to get updates from people who've been busy developing, as well hear from newcomers to the project. There's also some topics for discussion left over from the last meeting, as well as new ones. The current plan is to host it on a Google hangout. If you'd like to listen in, please check your inbox tomorrow for details on how to do this, or poll this page on OpenCores: http://opencores.org/or1k/OpenRISC_Project_Meeting#April_14_2013.2C_Teleconference Most of us will also be in #openrisc on irc.freenode.net - so lurk in there around the start time and we can support anyone who's having issues joining up. If you'd like to discuss something, feel free to go to that wiki page on OpenCores and list it there. Apologies for this all being a bit last-minute. This is also the first time we've done this, so I'm not sure how smoothly it'll go, but hopefully we can make it a useful exchange. I'm looking forward to hearing from everyone. Regarding the time - here's a page with the local start time for some different time zones:(Continue reading)
diff --git a/ChangeLog b/ChangeLog
index c4c558e..83e224c 100644
--- a/ChangeLog
+++ b/ChangeLog
<at> <at> -1,3 +1,10 <at> <at>
+2013-02-11 Christian Svensson <blue <at> cmd.nu>
+
+ * config.guess (or1k:Linux:*:*): New.
+ * config.sub (or1k): Likewise.
+ * testsuite/config-guess.data: Test for or1k:Linux.
+ * testsuite/config-sub.data: Tests for or1k-linux, or1k-elf.
+
2013-02-04 Ben Elliston <bje <at> gnu.org>
* config.guess: Contract the list of copyright years into the
diff --git a/config.guess b/config.guess
index 6ea3454..eb57916 100755
--- a/config.guess
+++ b/config.guess
<at> <at> -956,6 +956,9 <at> <at> EOF
or32:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-gnu
exit ;;
+ or1k:Linux:*:*)
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
+ exit ;;
padre:Linux:*:*)
echo sparc-unknown-linux-gnu
exit ;;
diff --git a/config.sub b/config.sub
index 80211d0..0d0d0ab 100755
--- a/config.sub
+++ b/config.sub
<at> <at> -296,7 +296,7 <at> <at> case $basic_machine in
| nios | nios2 | nios2eb | nios2el \
| ns16k | ns32k \
| open8 \
- | or32 \
+ | or1k | or32 \
| pdp10 | pdp11 | pj | pjl \
| powerpc | powerpc64 | powerpc64le | powerpcle \
| pyramid \
<at> <at> -1589,6 +1589,9 <at> <at> case $basic_machine in
mips*-*)
os=-elf
;;
+ or1k-*)
+ os=-elf
+ ;;
or32-*)
os=-coff
;;
diff --git a/testsuite/config-guess.data b/testsuite/config-guess.data
index 0d18ea6..12c6fbf 100644
--- a/testsuite/config-guess.data
+++ b/testsuite/config-guess.data
<at> <at> -37,6 +37,7 <at> <at> NSE-1 1.0 NONSTOP_KERNEL
ignored nse-tandem-nsk1.0
NSE-N 1.0 NONSTOP_KERNEL ignored nse-tandem-nsk1.0
NSE-NN 1.0 NONSTOP_KERNEL ignored nse-tandem-nsk1.0
or32 ignored Linux ignored or32-unknown-linux-gnu
+or1k ignored Linux ignored or1k-unknown-linux-gnu
padre 2.6.15 Linux ignored sparc-unknown-linux-gnu
pc 1.0 ignored ignored i586-pc-msdosdjgpp
PowerPC 4.2 LynxOS ignored
powerpc-unknown-lynxos4.2
diff --git a/testsuite/config-sub.data b/testsuite/config-sub.data
index 379cda6..ba1e9df 100644
--- a/testsuite/config-sub.data
+++ b/testsuite/config-sub.data
<at> <at> -148,6 +148,8 <at> <at> open8-elf open8-unknown-elf
open8 open8-unknown-none
openrisc-linux or32-unknown-linux-gnu
or32-linux or32-unknown-linux-gnu
+or1k-linux or1k-unknown-linux-gnu
+or1k-elf or1k-unknown-elf
os400 powerpc-ibm-os400
parisc hppa-unknown-linux-gnu
pc98-freebsd i386-pc-freebsd
Regards,
Christian Svensson
RSS Feed