diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-06-15 00:00:24 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-06-15 00:00:24 +0200 |
commit | a9977e0e700f5a69e7cfc2a714c9a8eb42b0d25a (patch) | |
tree | acd11226c48c0d81d3849ff425739cc108a69673 /gcc/kepler.SCHWINGE/build.sed | |
parent | 38fcc99f51de0f5e1a80697a478098cde553e844 (diff) |
New process tool; gcc: ccc21737e0a8df234f5097369f17930de4cb5e6d (2012-06-06)
Only for kepler.SCHWINGE.
Diffstat (limited to 'gcc/kepler.SCHWINGE/build.sed')
-rw-r--r-- | gcc/kepler.SCHWINGE/build.sed | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/kepler.SCHWINGE/build.sed b/gcc/kepler.SCHWINGE/build.sed new file mode 100644 index 00000000..88d5217d --- /dev/null +++ b/gcc/kepler.SCHWINGE/build.sed @@ -0,0 +1,10 @@ +s%i686-pc-linux-gnu%[ARCH]%g +s%i386-linux-gnu%[MULTIARCH]%g + +s%-I../../../master/libgomp/config/linux/x86 -I../../../master/libgomp/config/linux %% +s%-ftls-model=initial-exec -march=i486 -mtune=i686 %% +s%-Werror -ftls-model=initial-exec -march=i486 -pthread -mtune=i686%-pthread -Werror% +s%libgomp/config/linux/%libgomp/config/[SYSDEP]/%g +s%libgomp/config/posix/%libgomp/config/[SYSDEP]/%g + +s%-I../../../master/libitm/config/linux/x86 -I../../../master/libitm/config/linux %% |