This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: *.diff file


Title: RE: *.diff file

Hi,

> Hello, I download de " gcc-2.95.1-2.95.2.diff " file and gcc-2.95.1.tar file.
> How do I apply this diff file over the and gcc-2.95.1 directory, or how does it work.

The following should work.

cd gcc-2.95.1
patch -p1 < gcc-2.95.1-2.95.2.diff

Kazu Hirata


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]