diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-11-13 09:13:32 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-11-13 09:13:32 -0500 |
commit | af51fb5bdfd9c338b7cf8b75b792e04a2667af5e (patch) | |
tree | 0d6baf72acf05d263dcd8ed0b13888fb6265df81 /Makefile | |
parent | 5162349f925dfc48f7269538b9cdb1c06df8d5ff (diff) |
add LIBALEE_SECTION; minor fixes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ msp430: AR := msp430-elf-gcc-ar msp430: CXXFLAGS += -I. -I/usr/msp430-elf/usr/include msp430: CXXFLAGS += -Os -mmcu=msp430fr2476 -ffunction-sections -fdata-sections msp430: CXXFLAGS += -flto -fno-asynchronous-unwind-tables -fno-threadsafe-statics -fno-stack-protector +msp430: CXXFLAGS += -DALEE_MSP430_HOST msp430: LDFLAGS += -L msp430 -T msp430fr2476.ld -Wl,-gc-sections -Wl,--no-warn-rwx-segments msp430: msp430/alee-msp430 |