You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
283 B

%rename link old_link
%rename lib libc
*link:
%(old_link) -defsym _TEXT_START_ADDR=0x10000 -z max-page-size=4096 -z common-page-size=4096 --no-omagic
*libgloss:
-lgloss-linux
*lib:
-start-group -lgloss-linux -lxil-linux -lc -lm -end-group
*startfile:
linux-crt0%O%s crtbegin%O%s