diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-11-26 04:33:49 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-11-26 04:33:49 +0000 |
commit | c5ca18eee76dfed87e06ea7b99017878b77d4d24 (patch) | |
tree | df2095871315f80372e3ed1f2c19d8549e0b1570 /profiles/default | |
parent | 4dc9bfa1f12673bbf1343e64af7e0cd715534a9f (diff) |
gentoo auto-resync : 26:11:2023 - 04:33:49
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/amd64/23.0/make.defaults | 4 | ||||
-rw-r--r-- | profiles/default/linux/ppc/23.0/make.defaults | 4 | ||||
-rw-r--r-- | profiles/default/linux/ppc64/23.0/make.defaults | 4 | ||||
-rw-r--r-- | profiles/default/linux/x86/23.0/make.defaults | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/profiles/default/linux/amd64/23.0/make.defaults b/profiles/default/linux/amd64/23.0/make.defaults new file mode 100644 index 000000000000..05f8f6a36542 --- /dev/null +++ b/profiles/default/linux/amd64/23.0/make.defaults @@ -0,0 +1,4 @@ +# Copyright 2023 Gentoo Authors. +# Distributed under the terms of the GNU General Public License v2 + +LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs" diff --git a/profiles/default/linux/ppc/23.0/make.defaults b/profiles/default/linux/ppc/23.0/make.defaults new file mode 100644 index 000000000000..05f8f6a36542 --- /dev/null +++ b/profiles/default/linux/ppc/23.0/make.defaults @@ -0,0 +1,4 @@ +# Copyright 2023 Gentoo Authors. +# Distributed under the terms of the GNU General Public License v2 + +LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs" diff --git a/profiles/default/linux/ppc64/23.0/make.defaults b/profiles/default/linux/ppc64/23.0/make.defaults new file mode 100644 index 000000000000..05f8f6a36542 --- /dev/null +++ b/profiles/default/linux/ppc64/23.0/make.defaults @@ -0,0 +1,4 @@ +# Copyright 2023 Gentoo Authors. +# Distributed under the terms of the GNU General Public License v2 + +LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs" diff --git a/profiles/default/linux/x86/23.0/make.defaults b/profiles/default/linux/x86/23.0/make.defaults new file mode 100644 index 000000000000..05f8f6a36542 --- /dev/null +++ b/profiles/default/linux/x86/23.0/make.defaults @@ -0,0 +1,4 @@ +# Copyright 2023 Gentoo Authors. +# Distributed under the terms of the GNU General Public License v2 + +LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs" |