Last change
on this file since 612 was
444,
checked in by satin@…, 6 years ago
|
add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc
|
File size:
475 bytes
|
Rev | Line | |
---|
[444] | 1 | # This option enables -fcheck-pointer-bounds -mmpx for stage2 and stage3. |
---|
| 2 | |
---|
| 3 | STAGE2_CFLAGS += -fcheck-pointer-bounds -mmpx -frandom-seed=1 |
---|
| 4 | STAGE3_CFLAGS += -fcheck-pointer-bounds -mmpx -frandom-seed=1 |
---|
| 5 | POSTSTAGE1_LDFLAGS += -fcheck-pointer-bounds -mmpx -frandom-seed=1 \ |
---|
| 6 | -static-libmpx -static-libmpxwrappers \ |
---|
| 7 | -B$$r/prev-$(TARGET_SUBDIR)/libmpx \ |
---|
| 8 | -B$$r/prev-$(TARGET_SUBDIR)/libmpx/mpxrt/.libs \ |
---|
| 9 | -B$$r/prev-$(TARGET_SUBDIR)/libmpx/mpxwrap/.libs |
---|
Note: See
TracBrowser
for help on using the repository browser.