diff options
Diffstat (limited to 'lang/gcc48/files/patch-t-freebsd')
-rw-r--r-- | lang/gcc48/files/patch-t-freebsd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/gcc48/files/patch-t-freebsd b/lang/gcc48/files/patch-t-freebsd new file mode 100644 index 000000000000..cdbf61b233fe --- /dev/null +++ b/lang/gcc48/files/patch-t-freebsd @@ -0,0 +1,10 @@ +--- gcc/config/t-freebsd.orig Tue Oct 1 20:37:02 2002 ++++ gcc/config/t-freebsd Tue Oct 1 20:36:10 2002 +@@ -2,4 +2,7 @@ + STMP_FIXPROTO = + ++# We don't need GCC's own include files. ++USER_H = ++ + # Compile crtbeginS.o and crtendS.o with pic. + CRTSTUFF_T_CFLAGS_S = -fPIC |