Skip to content

Commit

Permalink
Updated target spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarns275 committed Dec 31, 2018
1 parent b935c20 commit fea426b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gba.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"data-layout" : "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64",
"llvm-target" : "arm-none-eabi",
"_ar" : "arm-none-eabi-ar",
"_linker" : "arm-none-eabi-ld",
"ar" : "arm-none-eabi-ar",
"linker" : "arm-none-eabi-ld",
"target-endian" : "little",
"target-pointer-width": "32",
"target-c-int-width": "32",
Expand All @@ -16,9 +16,9 @@
"no-compiler-rt" : true,
"no-default-libraries": true,
"archive-format" : "gnu",
"pre-link-args" : [
"pre-link-args" : {"ld": [
"-specs=gba.specs",
"-lsysbase",
"-lc"
]
]}
}

0 comments on commit fea426b

Please sign in to comment.