-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include the C++ compiler. Certainly of limited use for a
microcontroller, but i got interested to get a complex FFT working. No stdlibc++ support at this time.
- Loading branch information
Joerg Wunsch
authored and
Joerg Wunsch
committed
Aug 12, 2001
1 parent
58bf95c
commit 94b00b5
Showing
10 changed files
with
52 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
MD5 (gcc-core-3.0.tar.gz) = 7c92ef3beeac09fd00ccd56c17ba12c9 | ||
MD5 (gcc-g++-3.0.tar.gz) = 2403fe480fbbf894b36b53f693b34f77 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- configure.in.orig Sun Aug 12 18:18:37 2001 | ||
+++ configure.in Sun Aug 12 18:18:13 2001 | ||
@@ -665,6 +665,9 @@ | ||
target_configdirs="${target_configdirs} target-bsp target-cygmon" | ||
fi | ||
;; | ||
+ avr-*-*) | ||
+ noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libglosstarget-libiberty" | ||
+ ;; | ||
arm-*-oabi*) | ||
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" | ||
;; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
FSF gcc-2.95.2 for Atmel AVR cross-development | ||
FSF gcc-3.0 for Atmel AVR cross-development | ||
|
||
This brings the gcc compiler to the Atmel AVR 8-bit RISC family of | ||
microcontrollers. | ||
|
||
Now including the basic C++ compiler, although this is only of limited | ||
use without a libstdc++, and it is little tested. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
MD5 (gcc-core-3.0.tar.gz) = 7c92ef3beeac09fd00ccd56c17ba12c9 | ||
MD5 (gcc-g++-3.0.tar.gz) = 2403fe480fbbf894b36b53f693b34f77 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- configure.in.orig Sun Aug 12 18:18:37 2001 | ||
+++ configure.in Sun Aug 12 18:18:13 2001 | ||
@@ -665,6 +665,9 @@ | ||
target_configdirs="${target_configdirs} target-bsp target-cygmon" | ||
fi | ||
;; | ||
+ avr-*-*) | ||
+ noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libglosstarget-libiberty" | ||
+ ;; | ||
arm-*-oabi*) | ||
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" | ||
;; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
FSF gcc-2.95.2 for Atmel AVR cross-development | ||
FSF gcc-3.0 for Atmel AVR cross-development | ||
|
||
This brings the gcc compiler to the Atmel AVR 8-bit RISC family of | ||
microcontrollers. | ||
|
||
Now including the basic C++ compiler, although this is only of limited | ||
use without a libstdc++, and it is little tested. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters