mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
Moves wpilibc link script into shared folder (#660)
This commit is contained in:
committed by
Peter Johnson
parent
94ea5bfb06
commit
79919a5f1c
@@ -61,7 +61,7 @@ task linkScriptZip(type: Zip) {
|
||||
into '/'
|
||||
}
|
||||
from (linkFile) {
|
||||
into '/linux/athena/'
|
||||
into '/linux/athena/shared'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -109,7 +109,6 @@ model {
|
||||
out.println 'OUTPUT_FORMAT(elf32-littlearm)'
|
||||
out.print 'GROUP ( AS_NEEDED ( '
|
||||
libs.each {
|
||||
out.print '-l'
|
||||
out.print it
|
||||
out.print ' '
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user