diff options
-rw-r--r-- | targets.d/core-linux-eglibc.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/targets.d/core-linux-eglibc.sh b/targets.d/core-linux-eglibc.sh deleted file mode 100644 index b35f7e5..0000000 --- a/targets.d/core-linux-eglibc.sh +++ /dev/null @@ -1,5 +0,0 @@ -gcc_config_file='i386/linux64.h' -gcc_config_interp_macro='GLIBC_DYNAMIC_LINKER64' -gcc_config_fragment='i386/t-linux64' -gcc_config_fragment_script='s|\(m64=.*\):x86_64-linux-gnu|\1:core-linux-eglibc|' -target_opts='--with-arch=core2 --with-tune=core2' |