Navigation Menu

Skip to content

Commit

Permalink
Merge pull request chipKIT32#618 from EmbeddedMan/master
Browse files Browse the repository at this point in the history
The correct option is -ftoplevel-reorder not -fno-toplevel-reorder.
  • Loading branch information
EmbeddedMan committed Oct 18, 2015
2 parents 8d44be1 + cf8537d commit f0112f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hardware/pic32/platforms.txt
Expand Up @@ -15,9 +15,9 @@ pic32.name=chipKit
#pic32.compiler.path=/opt/mac-pic32/bin/
pic32.compiler.c.cmd=pic32-gcc
pic32.compiler.path={0}/hardware/pic32/compiler/pic32-tools/bin/
pic32.compiler.c.flags=-O2::-c::-mno-smart-io::-w::-ffunction-sections::-fdata-sections::-g3::-mdebugger::-Wcast-align::-fno-short-double::-fframe-base-loclist::-fno-toplevel-reorder
pic32.compiler.c.flags=-O2::-c::-mno-smart-io::-w::-ffunction-sections::-fdata-sections::-g3::-mdebugger::-Wcast-align::-fno-short-double::-fframe-base-loclist::-ftoplevel-reorder
pic32.compiler.cpp.cmd=pic32-g++
pic32.compiler.cpp.flags=-O2::-c::-mno-smart-io::-w::-fno-exceptions::-ffunction-sections::-fdata-sections::-g3::-mdebugger::-Wcast-align::-fno-short-double::-fframe-base-loclist::-fno-toplevel-reorder
pic32.compiler.cpp.flags=-O2::-c::-mno-smart-io::-w::-fno-exceptions::-ffunction-sections::-fdata-sections::-g3::-mdebugger::-Wcast-align::-fno-short-double::-fframe-base-loclist::-ftoplevel-reorder
pic32.compiler.S.flags=-O2::-g1::-c::-Wa,--gdwarf-2
pic32.compiler.ar.cmd=pic32-ar
pic32.compiler.ar.flags=rcs
Expand Down

0 comments on commit f0112f6

Please sign in to comment.