Commit 747691c4 by Doug Evans

* sparc/lynx-ng.h (CPP_SPEC): Use %(cpp_cpu).

From-SVN: r12659
parent bb2b97ac
...@@ -28,7 +28,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -28,7 +28,7 @@ Boston, MA 02111-1307, USA. */
#define CPP_SPEC "%{mthreads:-D_MULTITHREADED} \ #define CPP_SPEC "%{mthreads:-D_MULTITHREADED} \
%{mposix:-D_POSIX_SOURCE} \ %{mposix:-D_POSIX_SOURCE} \
%{msystem-v:-I/usr/include_v} \ %{msystem-v:-I/usr/include_v} \
%{msparclite:-D__sparclite__} %{mv8:-D__sparc_v8__}" %(cpp_cpu)"
/* Names to predefine in the preprocessor for this target machine. */ /* Names to predefine in the preprocessor for this target machine. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment