targets: move target-specific files to this directory

This commit is contained in:
Ayke van Laethem
2018-09-13 00:59:39 +02:00
parent e389d38dec
commit 76e77917d8
5 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
"llvm-target": "avr-atmel-none",
"build-tags": ["avr", "avr8", "atmega", "atmega328p", "js", "wasm"],
"linker": "avr-gcc",
"pre-link-args": ["-nostdlib", "-T", "avr.ld", "-Wl,--gc-sections", "avr.S"]
"pre-link-args": ["-nostdlib", "-T", "targets/avr.ld", "-Wl,--gc-sections", "targets/avr.S"]
}