diff options
Diffstat (limited to 'cross/i386-netbsdpe/patches/patch-ae')
-rw-r--r-- | cross/i386-netbsdpe/patches/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cross/i386-netbsdpe/patches/patch-ae b/cross/i386-netbsdpe/patches/patch-ae new file mode 100644 index 00000000000..c01ecfbc0e8 --- /dev/null +++ b/cross/i386-netbsdpe/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1.1.1 2000/11/06 03:15:15 minoura Exp $ + +--- gcc/config.sub.dist Sun Oct 1 07:57:03 2000 ++++ gcc/config.sub Sun Oct 1 07:57:51 2000 +@@ -732,7 +732,7 @@ + | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ + | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ + | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ +- | -mingw32* | -linux-gnu* | -uxpv* | -beos* ) ++ | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -netbsdpe* ) + # Remember, each alternative MUST END IN *, to match a version number. + ;; + -linux*) |