updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / pic30-gcc / resource-path.diff
blob1b04f174db5977752e2315e084e4db55f3b3d476
1 By John Steele Scott, 15/12/2006
2 Change the location of the resource file.
4 --- ./gcc/config/pic30/pic30.h.orig 2009-02-01 09:14:20.000000000 +0100
5 +++ ./gcc/config/pic30/pic30.h 2009-02-01 09:34:31.000000000 +0100
6 @@ -215,7 +215,7 @@
7 */
8 #define ASM_SPEC "%{!.s:%{!.S:--relax}} %{mcpu=*:-p%*}"
10 -#define CC1_SPEC "-mresource=%I-../../c30_device.info"
11 +#define CC1_SPEC "-mresource=/usr/pic30/c30_device.info"
13 #define LINK_SPEC "%{mcpu=*:-p%*}"