diff options
author | P. J. McDermott <pjm@nac.net> | 2014-01-27 12:11:03 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-01-27 12:11:03 (EST) |
commit | 9326fce6ff7de0b16c39534360f2ba281624ad65 (patch) | |
tree | 940ccb89ef3af9d9eee2cb10cad6d27422dc4c21 | |
parent | 9f1c750e01ae03458324e028f6acb406301e193d (diff) |
targets.d/amd64-linux-glibc.sh: New file.
-rw-r--r-- | targets.d/amd64-linux-glibc.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/targets.d/amd64-linux-glibc.sh b/targets.d/amd64-linux-glibc.sh new file mode 100644 index 0000000..32ac0e7 --- /dev/null +++ b/targets.d/amd64-linux-glibc.sh @@ -0,0 +1,5 @@ +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:amd64-linux-glibc|' +target_opts='' |