diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/config.gcc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index b1082cd..edd1265 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -5088,16 +5088,6 @@ case "${target}" in (at="/opt/$with_advance_toolchain" echo "/* Use Advance Toolchain $at */" echo - echo "#undef LINK_OS_EXTRA_SPEC32" - echo "#define LINK_OS_EXTRA_SPEC32" \ - "\"%(link_os_new_dtags)" \ - "-rpath $prefix/lib -rpath $at/lib\"" - echo - echo "#undef LINK_OS_EXTRA_SPEC64" - echo "#define LINK_OS_EXTRA_SPEC64" \ - "\"%(link_os_new_dtags)" \ - "-rpath $prefix/lib64 -rpath $at/lib64\"" - echo echo "#undef LINK_OS_NEW_DTAGS_SPEC" echo "#define LINK_OS_NEW_DTAGS_SPEC" \ "\"--enable-new-dtags\"" |
