Re: [PATCH] PR target/47098 OBSD_LIB_SPEC on i686-openbsd3 missing

2015-04-22 Thread Bernhard Reutner-Fischer
On 13 April 2015 at 15:08, Jeff Law wrote: > On 04/11/2015 04:15 PM, Bernhard Reutner-Fischer wrote: >> >> gcc/config/openbsd.h:143:18: error: ‘OBSD_LIB_SPEC’ was not declared in >> this scope >> #define LIB_SPEC OBSD_LIB_SPEC >>^ >> gcc/gcc.c:879:31: note: >> in expansion of

Re: [PATCH] PR target/47098 OBSD_LIB_SPEC on i686-openbsd3 missing

2015-04-13 Thread Jeff Law
On 04/11/2015 04:15 PM, Bernhard Reutner-Fischer wrote: gcc/config/openbsd.h:143:18: error: ‘OBSD_LIB_SPEC’ was not declared in this scope #define LIB_SPEC OBSD_LIB_SPEC ^ gcc/gcc.c:879:31: note: in expansion of macro ‘LIB_SPEC’ static const char *lib_spec = LIB_SPEC;

[PATCH] PR target/47098 OBSD_LIB_SPEC on i686-openbsd3 missing

2015-04-11 Thread Bernhard Reutner-Fischer
gcc/config/openbsd.h:143:18: error: ‘OBSD_LIB_SPEC’ was not declared in this scope #define LIB_SPEC OBSD_LIB_SPEC ^ gcc/gcc.c:879:31: note: in expansion of macro ‘LIB_SPEC’ static const char *lib_spec = LIB_SPEC; ^ make[2]: *** [gcc.o] Error 1 Is