Moves wpilibc link script into shared folder (#660)

This commit is contained in:
Thad House
2017-10-08 10:42:09 -07:00
committed by Peter Johnson
parent 94ea5bfb06
commit 79919a5f1c

View File

@@ -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 ' '
}