mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-30 05:10:26 +08:00
[BSP] add -nostartfiles in lpc2148 bsp
This commit is contained in:
parent
8f8827fab7
commit
62e8b843c8
@ -39,9 +39,9 @@ if PLATFORM == 'gcc':
|
||||
OBJCPY = PREFIX + 'objcopy'
|
||||
|
||||
DEVICE = ' -mcpu=arm7tdmi-s'
|
||||
CFLAGS = DEVICE + ' -DRT_USING_MINILIBC'
|
||||
CFLAGS = DEVICE
|
||||
AFLAGS = ' -c' + DEVICE + ' -x assembler-with-cpp'
|
||||
LFLAGS = DEVICE + ' -Wl,--gc-sections,-Map=rtthread-lpc214x.map,-cref,-u,_start -T lpc2148_rom.ld'
|
||||
LFLAGS = DEVICE + ' -Wl,--gc-sections,-Map=rtthread-lpc214x.map,-cref,-u,_start -T lpc2148_rom.ld -nostartfiles'
|
||||
|
||||
CPATH = ''
|
||||
LPATH = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user