mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
Initial revision
From-SVN: r211
This commit is contained in:
8
gcc/config/t-svr4
Normal file
8
gcc/config/t-svr4
Normal file
@@ -0,0 +1,8 @@
|
||||
# For svr4 we build crtbegin.o and crtend.o which serve to add begin and
|
||||
# end labels to the .ctors and .dtors section when we link using gcc.
|
||||
|
||||
EXTRA_PARTS=crtbegin.o crtend.o
|
||||
|
||||
# For svr4 we run the special svr4 fixincludes script.
|
||||
|
||||
FIXINCLUDES=fixinc.svr4
|
||||
Reference in New Issue
Block a user