forked from lowRISC/riscv-compliance
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/riscv/riscv-compliance
- Loading branch information
Showing
41 changed files
with
48 additions
and
40 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
2018-11-21 Olof Kindgren <[email protected]> | ||
* Added support for using external target directories with $TARGETDIR | ||
|
||
2018-11-21 Neel Gala <[email protected]> | ||
* riscv-test-suite/rv_/references/_.reference_output: changed signature | ||
format for all tests to include only 4-bytes per line starting with the | ||
|
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,3 +1,7 @@ | ||
2018-11-21 Olof Kindgren <[email protected]> | ||
|
||
* README.adoc (Repository structure) Added documentation for the $TARGETDIR environmental variable | ||
|
||
2018-11-21 Neel Gala <[email protected]> | ||
* README.adoc: Added new signature format spec. | ||
|
||
|
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 |
---|---|---|
|
@@ -33,7 +33,7 @@ COMPILE_TARGET=\ | |
$$(RISCV_GCC) $(2) $$(RISCV_GCC_OPTS) \ | ||
-I$(ROOTDIR)/riscv-test-env/ \ | ||
-I$(ROOTDIR)/riscv-test-env/p/ \ | ||
-I$(ROOTDIR)/riscv-target/$(RISCV_TARGET)/ \ | ||
-I$(TARGETDIR)/$(RISCV_TARGET)/ \ | ||
-T$(ROOTDIR)/riscv-test-env/p/link.ld $$< \ | ||
-o $(work_dir_isa)/$$@; \ | ||
$$(RISCV_OBJDUMP) -D $(work_dir_isa)/$$@ > $(work_dir_isa)/[email protected] |
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 |
---|---|---|
|
@@ -34,7 +34,7 @@ COMPILE_TARGET=\ | |
$$(RISCV_GCC) $(2) $$(RISCV_GCC_OPTS) \ | ||
-I$(ROOTDIR)/riscv-test-env/ \ | ||
-I$(ROOTDIR)/riscv-test-env/p/ \ | ||
-I$(ROOTDIR)/riscv-target/$(RISCV_TARGET)/ \ | ||
-I$(TARGETDIR)/$(RISCV_TARGET)/ \ | ||
-T$(ROOTDIR)/riscv-test-env/p/link.ld $$< \ | ||
-o $(work_dir_isa)/$$@; \ | ||
$$(RISCV_OBJDUMP) -D $(work_dir_isa)/$$@ > $(work_dir_isa)/[email protected] |
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 |
---|---|---|
|
@@ -34,7 +34,7 @@ COMPILE_TARGET=\ | |
$$(RISCV_GCC) $(2) $$(RISCV_GCC_OPTS) \ | ||
-I$(ROOTDIR)/riscv-test-env/ \ | ||
-I$(ROOTDIR)/riscv-test-env/p/ \ | ||
-I$(ROOTDIR)/riscv-target/$(RISCV_TARGET)/ \ | ||
-I$(TARGETDIR)/$(RISCV_TARGET)/ \ | ||
-T$(ROOTDIR)/riscv-test-env/p/link.ld $$< \ | ||
-o $(work_dir_isa)/$$@; \ | ||
$$(RISCV_OBJDUMP) -D $(work_dir_isa)/$$@ > $(work_dir_isa)/[email protected]; \ | ||
|
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 |
---|---|---|
|
@@ -33,7 +33,7 @@ COMPILE_TARGET=\ | |
$$(RISCV_GCC) $(2) $$(RISCV_GCC_OPTS) \ | ||
-I$(ROOTDIR)/riscv-test-env/ \ | ||
-I$(ROOTDIR)/riscv-test-env/p/ \ | ||
-I$(ROOTDIR)/riscv-target/$(RISCV_TARGET)/ \ | ||
-I$(TARGETDIR)/$(RISCV_TARGET)/ \ | ||
-T$(ROOTDIR)/riscv-test-env/p/link.ld $$< \ | ||
-o $(work_dir_isa)/$$@; \ | ||
$$(RISCV_OBJDUMP) -D $(work_dir_isa)/$$@ > $(work_dir_isa)/[email protected] |
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 |
---|---|---|
|
@@ -38,7 +38,7 @@ COMPILE_TARGET=\ | |
$$(RISCV_GCC) $(2) $$(RISCV_GCC_OPTS) \ | ||
-I$(ROOTDIR)/riscv-test-env/ \ | ||
-I$(ROOTDIR)/riscv-test-env/p/ \ | ||
-I$(ROOTDIR)/riscv-target/$(RISCV_TARGET)/ \ | ||
-I$(TARGETDIR)/$(RISCV_TARGET)/ \ | ||
-T$(ROOTDIR)/riscv-test-env/p/link.ld $$< \ | ||
-o $(work_dir_isa)/$$@; \ | ||
$$(RISCV_OBJDUMP) -D $(work_dir_isa)/$$@ > $(work_dir_isa)/[email protected] |
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 |
---|---|---|
|
@@ -35,7 +35,7 @@ COMPILE_TARGET=\ | |
$$(RISCV_GCC) $(2) $$(RISCV_GCC_OPTS) \ | ||
-I$(ROOTDIR)/riscv-test-env/ \ | ||
-I$(ROOTDIR)/riscv-test-env/p/ \ | ||
-I$(ROOTDIR)/riscv-target/$(RISCV_TARGET)/ \ | ||
-I$(TARGETDIR)/$(RISCV_TARGET)/ \ | ||
-T$(ROOTDIR)/riscv-test-env/p/link.ld $$< \ | ||
-o $(work_dir_isa)/$$@; \ | ||
$$(RISCV_OBJDUMP) -D $(work_dir_isa)/$$@ > $(work_dir_isa)/[email protected] |
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 |
---|---|---|
|
@@ -36,7 +36,7 @@ COMPILE_TARGET=\ | |
$$(RISCV_GCC) $(2) $$(RISCV_GCC_OPTS) \ | ||
-I$(ROOTDIR)/riscv-test-env/ \ | ||
-I$(ROOTDIR)/riscv-test-env/p/ \ | ||
-I$(ROOTDIR)/riscv-target/$(RISCV_TARGET)/ \ | ||
-I$(TARGETDIR)/$(RISCV_TARGET)/ \ | ||
-T$(ROOTDIR)/riscv-test-env/p/link.ld $$< \ | ||
-o $(work_dir_isa)/$$@; \ | ||
$$(RISCV_OBJDUMP) -D $(work_dir_isa)/$$@ > $(work_dir_isa)/[email protected] |
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 |
---|---|---|
|
@@ -33,7 +33,7 @@ COMPILE_TARGET=\ | |
$$(RISCV_GCC) $(2) $$(RISCV_GCC_OPTS) \ | ||
-I$(ROOTDIR)/riscv-test-env/ \ | ||
-I$(ROOTDIR)/riscv-test-env/p/ \ | ||
-I$(ROOTDIR)/riscv-target/$(RISCV_TARGET)/ \ | ||
-I$(TARGETDIR)/$(RISCV_TARGET)/ \ | ||
-T$(ROOTDIR)/riscv-test-env/p/link.ld $$< \ | ||
-o $(work_dir_isa)/$$@; \ | ||
$$(RISCV_OBJDUMP) -D $(work_dir_isa)/$$@ > $(work_dir_isa)/[email protected] |
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 |
---|---|---|
|
@@ -33,7 +33,7 @@ COMPILE_TARGET=\ | |
$$(RISCV_GCC) $(2) $$(RISCV_GCC_OPTS) \ | ||
-I$(ROOTDIR)/riscv-test-env/ \ | ||
-I$(ROOTDIR)/riscv-test-env/p/ \ | ||
-I$(ROOTDIR)/riscv-target/$(RISCV_TARGET)/ \ | ||
-I$(TARGETDIR)/$(RISCV_TARGET)/ \ | ||
-T$(ROOTDIR)/riscv-test-env/p/link.ld $$< \ | ||
-o $(work_dir_isa)/$$@; \ | ||
$$(RISCV_OBJDUMP) -D $(work_dir_isa)/$$@ > $(work_dir_isa)/[email protected] |
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 |
---|---|---|
|
@@ -38,7 +38,7 @@ COMPILE_TARGET=\ | |
$$(RISCV_GCC) $(2) $$(RISCV_GCC_OPTS) \ | ||
-I$(ROOTDIR)/riscv-test-env/ \ | ||
-I$(ROOTDIR)/riscv-test-env/p/ \ | ||
-I$(ROOTDIR)/riscv-target/$(RISCV_TARGET)/ \ | ||
-I$(TARGETDIR)/$(RISCV_TARGET)/ \ | ||
-T$(ROOTDIR)/riscv-test-env/p/link.ld $$< \ | ||
-o $(work_dir_isa)/$$@; \ | ||
$$(RISCV_OBJDUMP) -D $(work_dir_isa)/$$@ > $(work_dir_isa)/[email protected] |
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 |
---|---|---|
|
@@ -33,7 +33,7 @@ COMPILE_TARGET=\ | |
$$(RISCV_GCC) $(2) $$(RISCV_GCC_OPTS) \ | ||
-I$(ROOTDIR)/riscv-test-env/ \ | ||
-I$(ROOTDIR)/riscv-test-env/p/ \ | ||
-I$(ROOTDIR)/riscv-target/$(RISCV_TARGET)/ \ | ||
-I$(TARGETDIR)/$(RISCV_TARGET)/ \ | ||
-T$(ROOTDIR)/riscv-test-env/p/link.ld $$< \ | ||
-o $(work_dir_isa)/$$@; \ | ||
$$(RISCV_OBJDUMP) -D $(work_dir_isa)/$$@ > $(work_dir_isa)/[email protected] |
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 |
---|---|---|
|
@@ -33,7 +33,7 @@ COMPILE_TARGET=\ | |
$$(RISCV_GCC) $(2) $$(RISCV_GCC_OPTS) \ | ||
-I$(ROOTDIR)/riscv-test-env/ \ | ||
-I$(ROOTDIR)/riscv-test-env/p/ \ | ||
-I$(ROOTDIR)/riscv-target/$(RISCV_TARGET)/ \ | ||
-I$(TARGETDIR)/$(RISCV_TARGET)/ \ | ||
-T$(ROOTDIR)/riscv-test-env/p/link.ld $$< \ | ||
-o $(work_dir_isa)/$$@; \ | ||
$$(RISCV_OBJDUMP) -D $(work_dir_isa)/$$@ > $(work_dir_isa)/[email protected] |
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ COMPILE_TARGET=\ | |
$$(RISCV_GCC) $(2) $$(RISCV_GCC_OPTS) \ | ||
-I$(ROOTDIR)/riscv-test-env/ \ | ||
-I$(ROOTDIR)/riscv-test-env/p/ \ | ||
-I$(ROOTDIR)/riscv-target/$(RISCV_TARGET)/ \ | ||
-I$(TARGETDIR)/$(RISCV_TARGET)/ \ | ||
-T$(ROOTDIR)/riscv-test-env/p/link.ld $$< \ | ||
-o $(work_dir_isa)/$$@; \ | ||
$$(RISCV_OBJDUMP) -D $(work_dir_isa)/$$@ > $(work_dir_isa)/[email protected] |
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ COMPILE_TARGET=\ | |
$$(RISCV_GCC) $(2) $$(RISCV_GCC_OPTS) \ | ||
-I$(ROOTDIR)/riscv-test-env/ \ | ||
-I$(ROOTDIR)/riscv-test-env/p/ \ | ||
-I$(ROOTDIR)/riscv-target/$(RISCV_TARGET)/ \ | ||
-I$(TARGETDIR)/$(RISCV_TARGET)/ \ | ||
-T$(ROOTDIR)/riscv-test-env/p/link.ld $$< \ | ||
-o $(work_dir_isa)/$$@; \ | ||
$$(RISCV_OBJDUMP) -D $(work_dir_isa)/$$@ > $(work_dir_isa)/[email protected] |
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ COMPILE_TARGET=\ | |
$$(RISCV_GCC) $(2) $$(RISCV_GCC_OPTS) \ | ||
-I$(ROOTDIR)/riscv-test-env/ \ | ||
-I$(ROOTDIR)/riscv-test-env/p/ \ | ||
-I$(ROOTDIR)/riscv-target/$(RISCV_TARGET)/ \ | ||
-I$(TARGETDIR)/$(RISCV_TARGET)/ \ | ||
-T$(ROOTDIR)/riscv-test-env/p/link.ld $$< \ | ||
-o $(work_dir_isa)/$$@; \ | ||
$$(RISCV_OBJDUMP) -D $(work_dir_isa)/$$@ > $(work_dir_isa)/[email protected] |
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ COMPILE_TARGET=\ | |
$$(RISCV_GCC) $(2) $$(RISCV_GCC_OPTS) \ | ||
-I$(ROOTDIR)/riscv-test-env/ \ | ||
-I$(ROOTDIR)/riscv-test-env/p/ \ | ||
-I$(ROOTDIR)/riscv-target/$(RISCV_TARGET)/ \ | ||
-I$(TARGETDIR)/$(RISCV_TARGET)/ \ | ||
-T$(ROOTDIR)/riscv-test-env/p/link.ld $$< \ | ||
-o $(work_dir_isa)/$$@; \ | ||
$$(RISCV_OBJDUMP) -D $(work_dir_isa)/$$@ > $(work_dir_isa)/[email protected] |
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ COMPILE_TARGET=\ | |
$$(RISCV_GCC) $(2) $$(RISCV_GCC_OPTS) \ | ||
-I$(ROOTDIR)/riscv-test-env/ \ | ||
-I$(ROOTDIR)/riscv-test-env/p/ \ | ||
-I$(ROOTDIR)/riscv-target/$(RISCV_TARGET)/ \ | ||
-I$(TARGETDIR)/$(RISCV_TARGET)/ \ | ||
-T$(ROOTDIR)/riscv-test-env/p/link.ld $$< \ | ||
-o $(work_dir_isa)/$$@; \ | ||
$$(RISCV_OBJDUMP) -D $(work_dir_isa)/$$@ > $(work_dir_isa)/[email protected] |
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ COMPILE_TARGET=\ | |
$$(RISCV_GCC) $(2) $$(RISCV_GCC_OPTS) \ | ||
-I$(ROOTDIR)/riscv-test-env/ \ | ||
-I$(ROOTDIR)/riscv-test-env/p/ \ | ||
-I$(ROOTDIR)/riscv-target/$(RISCV_TARGET)/ \ | ||
-I$(TARGETDIR)/$(RISCV_TARGET)/ \ | ||
-T$(ROOTDIR)/riscv-test-env/p/link.ld $$< \ | ||
-o $(work_dir_isa)/$$@; \ | ||
$$(RISCV_OBJDUMP) -D $(work_dir_isa)/$$@ > $(work_dir_isa)/[email protected] |
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ COMPILE_TARGET=\ | |
$$(RISCV_GCC) $(2) $$(RISCV_GCC_OPTS) \ | ||
-I$(ROOTDIR)/riscv-test-env/ \ | ||
-I$(ROOTDIR)/riscv-test-env/p/ \ | ||
-I$(ROOTDIR)/riscv-target/$(RISCV_TARGET)/ \ | ||
-I$(TARGETDIR)/$(RISCV_TARGET)/ \ | ||
-T$(ROOTDIR)/riscv-test-env/p/link.ld $$< \ | ||
-o $(work_dir_isa)/$$@; \ | ||
$$(RISCV_OBJDUMP) -D $(work_dir_isa)/$$@ > $(work_dir_isa)/[email protected] |
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ COMPILE_TARGET=\ | |
$$(RISCV_GCC) $(2) $$(RISCV_GCC_OPTS) \ | ||
-I$(ROOTDIR)/riscv-test-env/ \ | ||
-I$(ROOTDIR)/riscv-test-env/p/ \ | ||
-I$(ROOTDIR)/riscv-target/$(RISCV_TARGET)/ \ | ||
-I$(TARGETDIR)/$(RISCV_TARGET)/ \ | ||
-T$(ROOTDIR)/riscv-test-env/p/link.ld $$< \ | ||
-o $(work_dir_isa)/$$@; \ | ||
$$(RISCV_OBJDUMP) -D $(work_dir_isa)/$$@ > $(work_dir_isa)/[email protected] |
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ COMPILE_TARGET=\ | |
$$(RISCV_GCC) $(2) $$(RISCV_GCC_OPTS) \ | ||
-I$(ROOTDIR)/riscv-test-env/ \ | ||
-I$(ROOTDIR)/riscv-test-env/p/ \ | ||
-I$(ROOTDIR)/riscv-target/$(RISCV_TARGET)/ \ | ||
-I$(TARGETDIR)/$(RISCV_TARGET)/ \ | ||
-T$(ROOTDIR)/riscv-test-env/p/link.ld $$< \ | ||
-o $(work_dir_isa)/$$@; \ | ||
$$(RISCV_OBJDUMP) -D $(work_dir_isa)/$$@ > $(work_dir_isa)/[email protected] |
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ COMPILE_TARGET=\ | |
$$(RISCV_GCC) $(2) $$(RISCV_GCC_OPTS) \ | ||
-I$(ROOTDIR)/riscv-test-env/ \ | ||
-I$(ROOTDIR)/riscv-test-env/p/ \ | ||
-I$(ROOTDIR)/riscv-target/$(RISCV_TARGET)/ \ | ||
-I$(TARGETDIR)/$(RISCV_TARGET)/ \ | ||
-T$(ROOTDIR)/riscv-test-env/p/link.ld $$< \ | ||
-o $(work_dir_isa)/$$@; \ | ||
$$(RISCV_OBJDUMP) -D $(work_dir_isa)/$$@ > $(work_dir_isa)/[email protected] |
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ COMPILE_TARGET=\ | |
$$(RISCV_GCC) $(2) $$(RISCV_GCC_OPTS) \ | ||
-I$(ROOTDIR)/riscv-test-env/ \ | ||
-I$(ROOTDIR)/riscv-test-env/p/ \ | ||
-I$(ROOTDIR)/riscv-target/$(RISCV_TARGET)/ \ | ||
-I$(TARGETDIR)/$(RISCV_TARGET)/ \ | ||
-T$(ROOTDIR)/riscv-test-env/p/link.ld $$< \ | ||
-o $(work_dir_isa)/$$@; \ | ||
$$(RISCV_OBJDUMP) -D $(work_dir_isa)/$$@ > $(work_dir_isa)/[email protected] |
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ COMPILE_TARGET=\ | |
$$(RISCV_GCC) $(2) $$(RISCV_GCC_OPTS) \ | ||
-I$(ROOTDIR)/riscv-test-env/ \ | ||
-I$(ROOTDIR)/riscv-test-env/p/ \ | ||
-I$(ROOTDIR)/riscv-target/$(RISCV_TARGET)/ \ | ||
-I$(TARGETDIR)/$(RISCV_TARGET)/ \ | ||
-T$(ROOTDIR)/riscv-test-env/p/link.ld $$< \ | ||
-o $(work_dir_isa)/$$@; \ | ||
$$(RISCV_OBJDUMP) -D $(work_dir_isa)/$$@ > $(work_dir_isa)/[email protected] |
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
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
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
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