aboutsummaryrefslogtreecommitdiff
path: root/samples/nios2-altera-linux-gnu
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-08-27 23:40:28 -0700
committerGitHub <noreply@github.com>2017-08-27 23:40:28 -0700
commit98b6a5a4503095ba539a415d90e3f2c5331985ed (patch)
tree0103e1e841452a0f9ff8648097a1eac1e4fdf391 /samples/nios2-altera-linux-gnu
parent893685e738c89fee62d8b17e597f92fb712c0411 (diff)
parentd25e19f78051ce3f8904411195830eb071983ee1 (diff)
downloadcrosstool-ng-98b6a5a4503095ba539a415d90e3f2c5331985ed.tar.gz
crosstool-ng-98b6a5a4503095ba539a415d90e3f2c5331985ed.tar.bz2
crosstool-ng-98b6a5a4503095ba539a415d90e3f2c5331985ed.zip
Merge pull request #818 from stilor/nios2-mmu
Add NIOS2/MMU sample
Diffstat (limited to 'samples/nios2-altera-linux-gnu')
-rw-r--r--samples/nios2-altera-linux-gnu/crosstool.config7
-rw-r--r--samples/nios2-altera-linux-gnu/reported.by3
2 files changed, 10 insertions, 0 deletions
diff --git a/samples/nios2-altera-linux-gnu/crosstool.config b/samples/nios2-altera-linux-gnu/crosstool.config
new file mode 100644
index 00000000..0b87b577
--- /dev/null
+++ b/samples/nios2-altera-linux-gnu/crosstool.config
@@ -0,0 +1,7 @@
+CT_ARCH_NIOS2=y
+CT_ARCH_USE_MMU=y
+CT_TARGET_VENDOR="altera"
+CT_KERNEL_LINUX=y
+CT_CC_LANG_CXX=y
+CT_DEBUG_GDB=y
+# CT_GDB_CROSS_PYTHON is not set
diff --git a/samples/nios2-altera-linux-gnu/reported.by b/samples/nios2-altera-linux-gnu/reported.by
new file mode 100644
index 00000000..52814ae5
--- /dev/null
+++ b/samples/nios2-altera-linux-gnu/reported.by
@@ -0,0 +1,3 @@
+reporter_name="makoehr@github"
+reporter_url=""
+reporter_comment="Sample configuration for Altera NIOS II with MMU."