mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
This commit is contained in:
@@ -18,7 +18,7 @@ Signed-off-by: Christopher Larson <chris_larson@mentor.com>
|
||||
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -736,7 +736,13 @@ case $host_cpu in
|
||||
@@ -769,7 +769,13 @@ case $host_cpu in
|
||||
AS_EXT=".asm"
|
||||
ASFLAGS="$ASFLAGS -DARCH_X86_64=1 -I\$(SRCPATH)/common/x86/"
|
||||
stack_alignment=16
|
||||
@@ -33,7 +33,7 @@ Signed-off-by: Christopher Larson <chris_larson@mentor.com>
|
||||
if [ "$SYS" = MACOSX ]; then
|
||||
ASFLAGS="$ASFLAGS -f macho64 -DPREFIX"
|
||||
if cc_check '' "-arch x86_64"; then
|
||||
@@ -755,7 +761,11 @@ case $host_cpu in
|
||||
@@ -788,7 +794,11 @@ case $host_cpu in
|
||||
RCFLAGS="--target=pe-x86-64 $RCFLAGS"
|
||||
fi
|
||||
else
|
||||
|
||||
@@ -16,7 +16,7 @@ Signed-off-by: Maxin B. John <maxin.john@intel.com>
|
||||
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -940,9 +940,6 @@ if [ $asm = auto -a \( $ARCH = X86 -o $A
|
||||
@@ -975,9 +975,6 @@ if [ $asm = auto -a \( $ARCH = X86 -o $A
|
||||
fi
|
||||
|
||||
if [ $asm = auto -a $ARCH = ARM ] ; then
|
||||
|
||||
Reference in New Issue
Block a user