diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-12-10 10:27:59 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-12-10 10:27:59 +0100 |
commit | 8a5c250b9d7fdf37c72a6cee5a75ed4c6815c308 (patch) | |
tree | bab75ab2c67e5f897870687ac719a76cd6d0eaa4 /gcc/kepler.SCHWINGE/log_build.sed | |
parent | f168fcad9d41a6ac88ce24da8238e9c417a9f114 (diff) |
gcc: b401cb7ed15602d244a6807835b0b9d740a302a8 (2012-11-26; 769bf18a20ee2540ca7601cdafabd62b18b9751b (2012-10-01))
Diffstat (limited to 'gcc/kepler.SCHWINGE/log_build.sed')
-rw-r--r-- | gcc/kepler.SCHWINGE/log_build.sed | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/kepler.SCHWINGE/log_build.sed b/gcc/kepler.SCHWINGE/log_build.sed new file mode 100644 index 00000000..88d5217d --- /dev/null +++ b/gcc/kepler.SCHWINGE/log_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 %% |