This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
fpc
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
* Use include prt0.as for cprt0, gprt0 and dllprt0 as files
git-svn-id: trunk@21665 -
pierre
13 years ago
parent
e4ebe2e52e
commit
6b57f3a3d1
3 changed files
with
3 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
rtl/linux/mips/cprt0.as
1
0
rtl/linux/mips/dllprt0.as
1
0
rtl/linux/mips/gprt0.as
+ 1
- 0
rtl/linux/mips/cprt0.as
View File
@@ -0,0 +1 @@
+.include "mips/prt0.as"
+ 1
- 0
rtl/linux/mips/dllprt0.as
View File
@@ -0,0 +1 @@
+.include "mips/prt0.as"
+ 1
- 0
rtl/linux/mips/gprt0.as
View File
@@ -0,0 +1 @@
+.include "mips/prt0.as"