forked from Imagelibrary/rtems
bsps/microblaze: Fix build option definition order
The build option definitions were rearranged such that the option definitions used in the linker script were not available. This caused linker errors when building.
This commit is contained in:
committed by
Joel Sherrill
parent
e584ee4bde
commit
c0a4d56b16
@@ -11,8 +11,6 @@ family: microblaze_fpga
|
||||
includes: []
|
||||
install: []
|
||||
links:
|
||||
- role: build-dependency
|
||||
uid: linkcmds
|
||||
- role: build-dependency
|
||||
uid: tstkcu105_qemu
|
||||
- role: build-dependency
|
||||
|
||||
@@ -11,8 +11,6 @@ family: microblaze_fpga
|
||||
includes: []
|
||||
install: []
|
||||
links:
|
||||
- role: build-dependency
|
||||
uid: linkcmds
|
||||
- role: build-dependency
|
||||
uid: tstkcu105_qemu
|
||||
- role: build-dependency
|
||||
|
||||
@@ -56,6 +56,8 @@ links:
|
||||
uid: ../../objirq
|
||||
- role: build-dependency
|
||||
uid: ../../objmem
|
||||
- role: build-dependency
|
||||
uid: linkcmds
|
||||
- role: build-dependency
|
||||
uid: ../../bspopts
|
||||
type: build
|
||||
|
||||
Reference in New Issue
Block a user